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 4e299b0 + 50fc01e commit 481bb25Copy full SHA for 481bb25
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
+3.11.3
11
+------
12
+- Fix padding problem in code samples in docs.
13
+
14
3.11.2
15
------
16
- Fix padding problem in code samples in docs.
src/dependency_injector/__init__.py
@@ -1,6 +1,6 @@
1
"""Dependency injector top-level package."""
2
3
-__version__ = '3.11.2'
+__version__ = '3.11.3'
4
"""Version number that follows semantic versioning.
5
6
:type: str
0 commit comments