Incrementing version to 3.1.2

This commit is contained in:
Roman Mogilatov 2016-11-15 14:28:12 +02:00
parent 26c8637206
commit 18eb733904
2 changed files with 6 additions and 1 deletions

View File

@ -11,6 +11,11 @@ Development version
-------------------
- No features.
3.1.2
-----
- Remove ``public`` (``extern``) modifier utils constants.
- Fix flake8 ``E305`` error in examples.
3.1.1
-----
- Fix minor typo in README.

View File

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