Increase version to 2.2.5

This commit is contained in:
Roman Mogilatov 2016-10-11 23:52:57 +03:00
parent 0c88fb9a9a
commit 489885fda9
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
"""Dependency injector top-level package."""
VERSION = '2.2.4'
VERSION = '2.2.5'
"""Version number that follows semantic versioning.
:type: str

View File

@ -11,6 +11,10 @@ Development version
-------------------
- No features.
2.2.5
-----
- Fix typo in README.
2.2.4
-----
- Update README.