Bump version to 3.14.1

This commit is contained in:
Roman Mogylatov 2018-11-08 22:59:21 +02:00
parent ce3ea6c9c1
commit 1f2c626b03
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 version
-------------------
3.14.1
------
- Fix bug `#208 <https://github.com/ets-labs/python-dependency-injector/issues/208>`_:
version ``3.14.0`` hasn't worked on Python 3.5.2 (thanks to
`Jeroen Entjes <https://github.com/JeroenEntjes>`_).

View File

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