Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 925d683

Browse files
committed
Prepare release v2.11.3
1 parent 4a8c929 commit 925d683

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ keywords:
4444
- hints
4545
- typing
4646
license: MIT
47-
version: v2.11.2
48-
date-released: 2025-04-03
47+
version: v2.11.3
48+
date-released: 2025-04-08

HISTORY.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v2.11.3 (2025-04-08)
2+
3+
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.3)
4+
5+
### What's Changed
6+
7+
#### Packaging
8+
9+
* Update V1 copy to v1.10.21 by @Viicos in [#11706](https://github.com/pydantic/pydantic/pull/11706)
10+
11+
#### Fixes
12+
13+
* Preserve field description when rebuilding model fields by @Viicos in [#11698](https://github.com/pydantic/pydantic/pull/11698)
14+
115
## v2.11.2 (2025-04-03)
216

317
[GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.11.2)

pydantic/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
__all__ = 'VERSION', 'version_info'
88

9-
VERSION = '2.11.2'
9+
VERSION = '2.11.3'
1010
"""The version of Pydantic."""
1111

1212

0 commit comments

Comments
 (0)