Bump version to 4.44.0

This commit is contained in:
Roman Mogylatov 2024-12-07 11:51:44 -05:00
parent c61fc16b8d
commit 83d71acb70
2 changed files with 6 additions and 4 deletions

View File

@ -7,11 +7,13 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_ follows `Semantic versioning`_
Development 4.44.0
-------- --------
- Implement support for Pydantic 2. PR: `#832 <https://github.com/ets-labs/python-dependency-injector/pull/832>`_.
- Implement `PEP-517 <https://peps.python.org/pep-0517/>`_, `PEP-518 <https://peps.python.org/pep-0518/>`_, and - Implement `PEP-517 <https://peps.python.org/pep-0517/>`_, `PEP-518 <https://peps.python.org/pep-0518/>`_, and
`PEP-621 <https://peps.python.org/pep-0621/>`_. Many thanks to `ZipFile <https://github.com/ZipFile>`_ for `PEP-621 <https://peps.python.org/pep-0621/>`_. PR: `#829 <https://github.com/ets-labs/python-dependency-injector/pull/829>`_.
this contribution `#829 <https://github.com/ets-labs/python-dependency-injector/pull/829>`_
Many thanks to `ZipFile <https://github.com/ZipFile>`_ for both contributions.
4.43.0 4.43.0
-------- --------

View File

@ -1,6 +1,6 @@
"""Top-level package.""" """Top-level package."""
__version__ = "4.43.0" __version__ = "4.44.0"
"""Version number. """Version number.
:type: str :type: str