Skip to content

Commit

Permalink
prepare for v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Aug 31, 2022
1 parent 3a2e83c commit 32ea885
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
@@ -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.
Expand Down
1 change: 0 additions & 1 deletion changes/4455-czaki.md

This file was deleted.

2 changes: 1 addition & 1 deletion pydantic/version.py
@@ -1,6 +1,6 @@
__all__ = 'compiled', 'VERSION', 'version_info'

VERSION = '1.10.0'
VERSION = '1.10.1'

try:
import cython # type: ignore
Expand Down

0 comments on commit 32ea885

Please sign in to comment.