changelog

This commit is contained in:
Will McGugan 2020-04-21 09:33:06 +01:00
parent 334dc742fb
commit f037729ccb
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.8.12] - 2020-04-19
## [0.8.12] - 2020-04-21
### Fixed

View File

@ -175,7 +175,7 @@ class Style:
def __hash__(self) -> int:
return hash(
(self._color, self._bgcolor, self._attributes, self._set_attributes,)
(self._color, self._bgcolor, self._attributes, self._set_attributes)
)
@property