8000 Increase version to 2.2.10 · aybb/python-dependency-injector@d1b1196 · GitHub
[go: up one dir, main page]

Skip to content

Commit d1b1196

Browse files
committed
Increase version to 2.2.10
1 parent 68a4bd2 commit d1b1196

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

dependency_injector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Dependency injector top-level package."""
22

3-
VERSION = '2.2.9'
3+
VERSION = '2.2.10'
44
"""Version number that follows semantic versioning.
55
66
:type: str

docs/main/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Development version
1111
-------------------
1212
- No features.
1313

14+
2.2.10
15+
------
16+
- Fix typo in README.
17+
1418
2.2.9
1519
-----
1620
- Add github badges to readme and docs index pages.

0 commit comments

Comments
 (0)
0