Skip to content

Commit 8cf8682

Browse files
committed
Bump version to 4.40.0
1 parent 6f859e4 commit 8cf8682

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/main/changelog.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +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-
11-
Development
12-
-----------
10+
4.40.0
11+
------
1312
- Add ``Configuration.from_json()`` method to load configuration from a json file.
1413
- Fix bug with wiring not working properly with functions double wrapped by ``@functools.wraps`` decorator.
1514
See issue: `#454 <https://github.com/ets-labs/python-dependency-injector/issues/454>`_.

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

0 commit comments

Comments
 (0)