Skip to content

Commit 0411793

Browse files
committed
Bump version to 4.35.0
1 parent c23a48c commit 0411793

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/main/changelog.rst

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ that were made in every particular version.
77
From version 0.7.6 *Dependency Injector* framework strictly
88
follows `Semantic versioning`_
99

10+
4.35.0
11+
------
12+
- Add support of six 1.16.0.
13+
1014
4.34.2
1115
------
1216
- Fix a bug with reverse shutdown order in ``container.shutdown_resources()``.

src/dependency_injector/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Top-level package."""
22

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

0 commit comments

Comments
 (0)