Increase version to 3.1.4

This commit is contained in:
Roman Mogilatov 2016-11-17 23:35:27 +02:00
parent bb4ad5eb62
commit 17a880f161
2 changed files with 6 additions and 1 deletions

View File

@ -11,6 +11,11 @@ Development version
-------------------
- No features.
3.1.4
-----
- Move ``inline`` functions from class level to module level for removing them
from virtual table and enable inlining.
3.1.3
-----
- Fix flake8 ``E305`` error in examples.

View File

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