Bump version to 2.0.0

This commit is contained in:
Roman Mogilatov 2016-05-17 21:01:08 +03:00
parent bef0a952b5
commit 93bab98859
2 changed files with 5 additions and 1 deletions

View File

@ -61,7 +61,7 @@ from dependency_injector.errors import (
from dependency_injector import catalogs
catalog = catalogs
VERSION = '1.17.0'
VERSION = '2.0.0'
"""Version number that follows semantic versioning.
:type: str

View File

@ -11,6 +11,10 @@ Development version
-------------------
- No features.
2.0.0
------
- TBD
1.17.0
------
- Add ``add_injections()`` method to ``Callable``, ``DelegatedCallable``,