Skip to content

Commit 5476a75

Browse files
prep for v1.10.15 release (pydantic#9157)
1 parent aa98b58 commit 5476a75

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.10.15 (2024-04-03)
2+
3+
* Add pydantic.v1 namespace to Pydantic v1 by @exs-dmiketa in https://github.com/pydantic/pydantic/pull/9042
4+
* Relax version of typing-extensions for V1 by @SonOfLilit in https://github.com/pydantic/pydantic/pull/8819
5+
* patch fix for mypy by @sydney-runkle in https://github.com/pydantic/pydantic/pull/8765
6+
17
## v1.10.14 (2024-01-19)
28

39
* Update install.md by @dmontagu in https://github.com/pydantic/pydantic/pull/7690

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.14'
3+
VERSION = '1.10.15'
44

55
try:
66
import cython # type: ignore

0 commit comments

Comments
 (0)