prepare for v1.10.1

This commit is contained in:
Samuel Colvin
2022-08-31 10:57:25 +01:00
parent 3a2e83ce64
commit 32ea885345
3 changed files with 5 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
## v1.10.1 (2022-08-31)
* Add `__hash__` method to `pydancic.color.Color` class, #4454 by @czaki
## v1.10.0 (2022-08-30)
* Refactor the whole _pydantic_ `dataclass` decorator to really act like its standard lib equivalent.
-1
View File
@@ -1 +0,0 @@
bugfix: Add `__hash__` method to `pydancic.color.Color` class.
+1 -1
View File
@@ -1,6 +1,6 @@
__all__ = 'compiled', 'VERSION', 'version_info'
VERSION = '1.10.0'
VERSION = '1.10.1'
try:
import cython # type: ignore