Increase version to 2.2.2

This commit is contained in:
Roman Mogilatov 2016-10-07 16:59:22 +03:00
parent 432493801f
commit 5c3b58d653
2 changed files with 9 additions and 1 deletions

View File

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

View File

@ -11,6 +11,14 @@ Development version
-------------------
- No features.
2.2.2
-----
- Update README.
2.2.1
-----
- Update examples.
2.2.0
-----
- Deprecate ``inject`` decorator.