Bump version to 3.11

This commit is contained in:
Roman Mogylatov 2018-01-24 19:59:31 +02:00
parent 4a37433c43
commit 86a8efa294
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
3.11.0
------
3.10.0
------

View File

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