We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98a4b06 + 0411793 commit 547b7fdCopy full SHA for 547b7fd
docs/main/changelog.rst
@@ -7,6 +7,10 @@ that were made in every particular version.
7
From version 0.7.6 *Dependency Injector* framework strictly
8
follows `Semantic versioning`_
9
10
+4.35.0
11
+------
12
+- Add support of six 1.16.0.
13
+
14
4.34.2
15
------
16
- Fix a bug with reverse shutdown order in ``container.shutdown_resources()``.
requirements.txt
@@ -1 +1 @@
1
-six>=1.7.0,<=1.15.0
+six>=1.7.0,<=1.16.0
src/dependency_injector/__init__.py
@@ -1,6 +1,6 @@
"""Top-level package."""
2
3
-__version__ = '4.34.2'
+__version__ = '4.35.0'
4
"""Version number.
5
6
:type: str
0 commit comments