Skip to content

Commit

Permalink
Prep for 1.10.14 release (#8588)
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-runkle committed Jan 19, 2024
1 parent c6fc582 commit 3ddb509
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.md
@@ -1,3 +1,10 @@
## v1.10.14 (2024-01-19)

* Update install.md by @dmontagu in https://github.com/pydantic/pydantic/pull/7690
* Fixes ci to only deploy docs on release by @sydney-runkle in https://github.com/pydantic/pydantic/pull/7740
* Ubuntu fixes for V1 by @sydney-runkle in https://github.com/pydantic/pydantic/pull/8540 and https://github.com/pydantic/pydantic/pull/8587
* Fix cached_property handling in dataclasses when copied by @rdbisme in https://github.com/pydantic/pydantic/pull/8407

## v1.10.13 (2023-09-27)

* Fix: Add max length check to `pydantic.validate_email`, #7673 by @hramezani
Expand Down
2 changes: 1 addition & 1 deletion pydantic/version.py
@@ -1,6 +1,6 @@
__all__ = 'compiled', 'VERSION', 'version_info'

VERSION = '1.10.13'
VERSION = '1.10.14'

try:
import cython # type: ignore
Expand Down

0 comments on commit 3ddb509

Please sign in to comment.