Skip to content

Commit

Permalink
Bump version to 4.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 committed Jun 24, 2021
1 parent ef049da commit 6ffb98a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/main/changelog.rst
Expand Up @@ -7,8 +7,8 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_

Development version
-------------------
4.34.0
------
- Add option ``envs_required`` for configuration provider ``.from_yaml()`` and ``.from_ini()``
methods. With ``envs_required=True`` methods ``.from_yaml()`` and ``.from_ini()`` raise
an exception when encounter an undefined environment variable in the configuration file.
Expand Down
2 changes: 1 addition & 1 deletion src/dependency_injector/__init__.py
@@ -1,6 +1,6 @@
"""Top-level package."""

__version__ = '4.33.0'
__version__ = '4.34.0'
"""Version number.
:type: str
Expand Down

0 comments on commit 6ffb98a

Please sign in to comment.