8000 Prepare for 1.10.11 (#6420) · pydantic/pydantic@15c82d9 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 15c82d9

Browse files
authored
Prepare for 1.10.11 (#6420)
1 parent 8750c37 commit 15c82d9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.10.11 (2023-07-04)
2+
3+
* 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
4+
15
## v2.0b3 (2023-06-16)
26

37
Third beta pre-release of Pydantic V2

changes/6361-SharathHuddar.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.10'
3+
VERSION = '1.10.11'
44

55
try:
66
import cython # type: ignore

0 commit comments

Comments
 (0)
0