Skip to content

Commit 6ffb98a

Browse files
committed
Bump version to 4.34.0
1 parent ef049da commit 6ffb98a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/main/changelog.rst

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

10-
Development version
11-
-------------------
10+
4.34.0
11+
------
1212
- Add option ``envs_required`` for configuration provider ``.from_yaml()`` and ``.from_ini()``
1313
methods. With ``envs_required=True`` methods ``.from_yaml()`` and ``.from_ini()`` raise
1414
an exception when encounter an undefined environment variable in the configuration file.

src/dependency_injector/__init__.py

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

3-
__version__ = '4.33.0'
3+
__version__ = '4.34.0'
44
"""Version number.
55
66
:type: str

0 commit comments

Comments
 (0)