Skip to content

Commit

Permalink
Prepare for 1.10.11 (#6420)
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed Jul 4, 2023
1 parent 8750c37 commit 15c82d9
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.11 (2023-07-04)

* Importing create_model in tools.py through relative path instead of absolute path - so that it doesn't import V2 code when copied over to V2 branch, #6361 by @SharathHuddar

## v2.0b3 (2023-06-16)

Third beta pre-release of Pydantic V2
Expand Down
1 change: 0 additions & 1 deletion changes/6361-SharathHuddar.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.10'
VERSION = '1.10.11'

try:
import cython # type: ignore
Expand Down

0 comments on commit 15c82d9

Please sign in to comment.