Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lmignon committed Nov 13, 2023
1 parent 80743d5 commit 55cd466
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.0
current_version = 1.2.1

[bumpversion:file:.bumpversion.cfg]

Expand Down
12 changes: 12 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
1.2.1 (2023-11-13)
==================

Bugfixes
--------

- From Pydantic 2.5.0 the FieldInfo class is no more available in the pydantic.main
module. It's only available in the pydantic.fields module. The import from the
pydantic.main module was a mistake since it relied on an transitive import from
pydantic.fields to pydantic.main. This is no more the case in Pydantic 2.5.0. (`#18 <https://github.com/lmignon/extendable-pydantic/issues/18>`_)


1.2.0 (2023-10-11)
==================

Expand Down
4 changes: 0 additions & 4 deletions news/18.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion src/extendable_pydantic/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.0"
__version__ = "1.2.1"

0 comments on commit 55cd466

Please sign in to comment.