Skip to content

Commit 3777a94

Browse files
committed
Update version to 4.43.0
1 parent c92129d commit 3777a94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docs/main/changelog.rst

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

10-
Develop
10+
4.43.0
1111
--------
1212
- Add support for Python 3.13.
1313
- Migrate to Cython 3 (version 3.0.11). Many thanks to `ZipFile <https://github.com/ZipFile>`_ for

Diff for: 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.42.0"
3+
__version__ = "4.43.0"
44
"""Version number.
55
66
:type: str

0 commit comments

Comments
 (0)