We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9a2ffa + 763d42d commit 1805152Copy full SHA for 1805152
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.23.5
11
+------
12
+- Fix docs publishing.
13
+
14
4.23.4
15
------
16
- Fix a typo.
src/dependency_injector/__init__.py
@@ -1,6 +1,6 @@
1
"""Top-level package."""
2
3
-__version__ = '4.23.4'
+__version__ = '4.23.5'
4
"""Version number.
5
6
:type: str
0 commit comments