Skip to content

Commit

Permalink
prep for v1.10.15 release (#9157)
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-runkle committed Apr 3, 2024
1 parent aa98b58 commit 5476a75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.md
@@ -1,3 +1,9 @@
## v1.10.15 (2024-04-03)

* Add pydantic.v1 namespace to Pydantic v1 by @exs-dmiketa in https://github.com/pydantic/pydantic/pull/9042
* Relax version of typing-extensions for V1 by @SonOfLilit in https://github.com/pydantic/pydantic/pull/8819
* patch fix for mypy by @sydney-runkle in https://github.com/pydantic/pydantic/pull/8765

## v1.10.14 (2024-01-19)

* Update install.md by @dmontagu in https://github.com/pydantic/pydantic/pull/7690
Expand Down
2 changes: 1 addition & 1 deletion pydantic/version.py
@@ -1,6 +1,6 @@
__all__ = 'compiled', 'VERSION', 'version_info'

VERSION = '1.10.14'
VERSION = '1.10.15'

try:
import cython # type: ignore
Expand Down

0 comments on commit 5476a75

Please sign in to comment.