We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f859e4 commit 8cf8682Copy full SHA for 8cf8682
docs/main/changelog.rst
@@ -7,9 +7,8 @@ that were made in every particular version.
7
From version 0.7.6 *Dependency Injector* framework strictly
8
follows `Semantic versioning`_
9
10
-
11
-Development
12
------------
+4.40.0
+------
13
- Add ``Configuration.from_json()`` method to load configuration from a json file.
14
- Fix bug with wiring not working properly with functions double wrapped by ``@functools.wraps`` decorator.
15
See issue: `#454 <https://github.com/ets-labs/python-dependency-injector/issues/454>`_.
src/dependency_injector/__init__.py
@@ -1,6 +1,6 @@
1
"""Top-level package."""
2
3
-__version__ = "4.39.1"
+__version__ = "4.40.0"
4
"""Version number.
5
6
:type: str
0 commit comments