There was an error while loading. Please reload this page.
1 parent 707446a commit d65b318Copy full SHA for d65b318
docs/main/changelog.rst
@@ -7,6 +7,11 @@ that were made in every particular version.
7
From version 0.7.6 *Dependency Injector* framework strictly
8
follows `Semantic versioning`_
9
10
+4.3.0
11
+-----
12
+- Implement per-function execution scope for ``Resource`` provider in tandem
13
+ with ``wiring.Closing``.
14
+
15
4.2.0
16
-----
17
- Add support of Python 3.9.
src/dependency_injector/__init__.py
@@ -1,6 +1,6 @@
1
"""Top-level package."""
2
3
-__version__ = '4.2.0'
+__version__ = '4.3.0'
4
"""Version number.
5
6
:type: str
0 commit comments