Skip to content

Commit 98a4b06

Browse files
committed
Merge branch 'release/4.34.2' into master
2 parents f44924f + c19969a commit 98a4b06

File tree

6 files changed

+2966
-2897
lines changed

6 files changed

+2966
-2897
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+
4.34.2
11+
------
12+
- Fix a bug with reverse shutdown order in ``container.shutdown_resources()``.
13+
See issue `#432 <https://github.com/ets-labs/python-dependency-injector/issues/432>`_.
14+
Thanks to `Saulius Beinorius <https://github.com/saulbein>`_ for bringing up the issue.
15+
1016
4.34.1
1117
------
1218
- Update ``container.shutdown_resources()`` to respect dependencies order while shutdown.

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.34.1'
3+
__version__ = '4.34.2'
44
"""Version number.
55
66
:type: str

0 commit comments

Comments
 (0)