Skip to content

Commit fcbab97

Browse files
committed
Bump version to 3.32.0
1 parent f5b97ca commit fcbab97

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/main/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ that were made in every particular version.
77
From version 0.7.6 *Dependency Injector* framework strictly
88
follows `Semantic versioning`_
99

10+
3.32.0
11+
------
12+
- Add a feature that helps to explicitly specify the type of the configuration option value
13+
before the injection.
14+
- Add disqus comments to the docs page on injecting provided instance attributes, items, etc.
15+
1016
3.31.0
1117
------
1218
- Add a feature that helps to inject provided instance attribute, item, or method call result

src/dependency_injector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Dependency injector top-level package."""
22

3-
__version__ = '3.31.0'
3+
__version__ = '3.32.0'
44
"""Version number that follows semantic versioning.
55
66
:type: str

0 commit comments

Comments
 (0)