8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34bd45 commit 42deda7Copy full SHA for 42deda7
docs/main/changelog.rst
@@ -7,6 +7,13 @@ that were made in every particular version.
7
From version 0.7.6 *Dependency Injector* framework strictly
8
follows `Semantic versioning`_
9
10
+4.32.0
11
+------
12
+- Add ``ContextLocalSingleton`` provider.
13
+ See PR: `#443 <https://github.com/ets-labs/python-dependency-injector/pull/442>`_.
14
+ Thanks to `@sonthonaxrk <https://github.com/sonthonaxrk>`_ for the contribution.
15
+- Regenerate C sources using Cython 0.29.22.
16
+
17
4.31.2
18
------
19
- Fix an issue with ``Dict`` provider non-string keys.
src/dependency_injector/__init__.py
@@ -1,6 +1,6 @@
1
"""Top-level package."""
2
3
-__version__ = '4.31.2'
+__version__ = '4.32.0'
4
"""Version number.
5
6
:type: str
0 commit comments