Skip to content

Commit ffdc03a

Browse files
committedSep 10, 2024·
1.3.1
1 parent 351e391 commit ffdc03a

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed
 

‎.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.0
2+
current_version = 1.3.1
33

44
[bumpversion:file:.bumpversion.cfg]
55

‎HISTORY.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.3.1 (2024-09-10)
2+
==================
3+
4+
Bugfixes
5+
--------
6+
7+
- Fixes compatibility issue with fastapi version >= 0.112.3 (`#20 <https://github.com/lmignon/extendable-pydantic/issues/20>`_)
8+
9+
110
1.3.0 (2023-11-23)
211
==================
312

‎news/20.bugfix.rst

-1
This file was deleted.

‎src/extendable_pydantic/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.0"
1+
__version__ = "1.3.1"

0 commit comments

Comments
 (0)
Please sign in to comment.