We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92129d commit 3777a94Copy full SHA for 3777a94
docs/main/changelog.rst
@@ -7,7 +7,7 @@ that were made in every particular version.
7
From version 0.7.6 *Dependency Injector* framework strictly
8
follows `Semantic versioning`_
9
10
-Develop
+4.43.0
11
--------
12
- Add support for Python 3.13.
13
- Migrate to Cython 3 (version 3.0.11). Many thanks to `ZipFile <https://github.com/ZipFile>`_ for
src/dependency_injector/__init__.py
@@ -1,6 +1,6 @@
1
"""Top-level package."""
2
3
-__version__ = "4.42.0"
+__version__ = "4.43.0"
4
"""Version number.
5
6
:type: str
0 commit comments