8000
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.
1 parent 68a4bd2 commit d1b1196Copy full SHA for d1b1196
dependency_injector/__init__.py
@@ -1,6 +1,6 @@
1
"""Dependency injector top-level package."""
2
3
-VERSION = '2.2.9'
+VERSION = '2.2.10'
4
"""Version number that follows semantic versioning.
5
6
:type: str
docs/main/changelog.rst
@@ -11,6 +11,10 @@ Development version
11
-------------------
12
- No features.
13
14
+2.2.10
15
+------
16
+- Fix typo in README.
17
+
18
2.2.9
19
-----
20
- Add github badges to readme and docs index pages.
0 commit comments