Bump version to 3.12.0

This commit is contained in:
Roman Mogylatov 2018-04-23 19:41:53 +03:00
parent 78c5ad8531
commit cdc3a7b51d
2 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
Development
-----------
3.12.0
------
- Regenerate C sources using Cython 0.28.2.
3.11.3

View File

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