mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
prepare for v1.10.1
This commit is contained in:
@@ -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 +0,0 @@
|
||||
bugfix: Add `__hash__` method to `pydancic.color.Color` class.
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
__all__ = 'compiled', 'VERSION', 'version_info'
|
||||
|
||||
VERSION = '1.10.0'
|
||||
VERSION = '1.10.1'
|
||||
|
||||
try:
|
||||
import cython # type: ignore
|
||||
|
||||
Reference in New Issue
Block a user