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 dbbf5fd commit 31beb54Copy full SHA for 31beb54
docs/main/changelog.rst
@@ -7,7 +7,7 @@ that were made in every particular version.
7
From version 0.7.6 *Dependency Injector* framework strictly
8
follows `Semantic versioning`_
9
10
-Development version
+4.33.0
11
------
12
- Add support of default value for environment variable in INI and YAML
13
configuration files with ``${ENV_NAME:default}`` format.
src/dependency_injector/__init__.py
@@ -1,6 +1,6 @@
1
"""Top-level package."""
2
3
-__version__ = '4.32.3'
+__version__ = '4.33.0'
4
"""Version number.
5
6
:type: str
0 commit comments