File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ that were made in every particular version.
7
7
From version 0.7.6 *Dependency Injector * framework strictly
8
8
follows `Semantic versioning `_
9
9
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
+
10
16
3.31.0
11
17
------
12
18
- Add a feature that helps to inject provided instance attribute, item, or method call result
Original file line number Diff line number Diff line change 1
1
"""Dependency injector top-level package."""
2
2
3
- __version__ = '3.31 .0'
3
+ __version__ = '3.32 .0'
4
4
"""Version number that follows semantic versioning.
5
5
6
6
:type: str
You can’t perform that action at this time.
0 commit comments