Increase version to 2.2.0

This commit is contained in:
Roman Mogilatov 2016-09-23 00:35:51 +03:00
parent 53f60d6fed
commit 7b71d419fd
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -9,6 +9,10 @@ follows `Semantic versioning`_
Development version
-------------------
- No features.
2.2.0
-----
- Deprecate ``inject`` decorator.
2.1.1