Skip to content

Commit 32ea885

Browse files
committed
prepare for v1.10.1
1 parent 3a2e83c commit 32ea885

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.10.1 (2022-08-31)
2+
3+
* Add `__hash__` method to `pydancic.color.Color` class, #4454 by @czaki
4+
15
## v1.10.0 (2022-08-30)
26

37
* Refactor the whole _pydantic_ `dataclass` decorator to really act like its standard lib equivalent.

changes/4455-czaki.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

pydantic/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__all__ = 'compiled', 'VERSION', 'version_info'
22

3-
VERSION = '1.10.0'
3+
VERSION = '1.10.1'
44

55
try:
66
import cython # type: ignore

0 commit comments

Comments
 (0)