Skip to content

Commit 4bfdf89

Browse files
committed
Bump version
1 parent 659d242 commit 4bfdf89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/main/changelog.rst

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

10-
Development version
11-
-------------------
10+
4.41.0
11+
------
1212
- Add support of Python 3.11.
1313
- Allow Closing to detect dependent resources `#633 <https://github.com/ets-labs/python-dependency-injector/issues/633>`_,
1414
`#636 <https://github.com/ets-labs/python-dependency-injector/pull/636>`_. Thanks `Jamie Stumme @StummeJ <https://github.com/StummeJ>`_

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.40.0"
3+
__version__ = "4.41.0"
44
"""Version number.
55
66
:type: str

0 commit comments

Comments
 (0)