Skip to content

Commit 83d71ac

Browse files
committed
Bump version to 4.44.0
1 parent c61fc16 commit 83d71ac

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/main/changelog.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ that were made in every particular version.
77
From version 0.7.6 *Dependency Injector* framework strictly
88
follows `Semantic versioning`_
99

10-
Development
10+
4.44.0
1111
--------
12+
- Implement support for Pydantic 2. PR: `#832 <https://github.com/ets-labs/python-dependency-injector/pull/832>`_.
1213
- Implement `PEP-517 <https://peps.python.org/pep-0517/>`_, `PEP-518 <https://peps.python.org/pep-0518/>`_, and
13-
`PEP-621 <https://peps.python.org/pep-0621/>`_. Many thanks to `ZipFile <https://github.com/ZipFile>`_ for
14-
this contribution `#829 <https://github.com/ets-labs/python-dependency-injector/pull/829>`_
14+
`PEP-621 <https://peps.python.org/pep-0621/>`_. PR: `#829 <https://github.com/ets-labs/python-dependency-injector/pull/829>`_.
15+
16+
Many thanks to `ZipFile <https://github.com/ZipFile>`_ for both contributions.
1517

1618
4.43.0
1719
--------

src/dependency_injector/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Top-level package."""
22

3-
__version__ = "4.43.0"
3+
__version__ = "4.44.0"
44
"""Version number.
55
66
:type: str

0 commit comments

Comments
 (0)