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
+ 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
+
10
16
4.34.1
11
17
------
12
18
- Update ``container.shutdown_resources() `` to respect dependencies order while shutdown.
Original file line number Diff line number Diff line change 1
1
"""Top-level package."""
2
2
3
- __version__ = '4.34.1 '
3
+ __version__ = '4.34.2 '
4
4
"""Version number.
5
5
6
6
:type: str
You can’t perform that action at this time.
0 commit comments