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 9d85b63 commit cc7ade8Copy full SHA for cc7ade8
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
+3.32.2
11
+------
12
+- Make a fix in the factory delegation example (thanks to
13
+ `Joël Bourgault <https://github.com/ojob>`_ for finding and reporting the issue).
14
+
15
3.32.1
16
------
17
- Update DI Demo 2 example and READ to make typed configuration option injection.
src/dependency_injector/__init__.py
@@ -1,6 +1,6 @@
1
"""Dependency injector top-level package."""
2
3
-__version__ = '3.32.1'
+__version__ = '3.32.2'
4
"""Version number that follows semantic versioning.
5
6
:type: str
0 commit comments