Increase version to 3.4.5

This commit is contained in:
Roman Mogilatov 2017-05-17 10:58:53 +03:00
parent da97c1d533
commit 50b38fd905
2 changed files with 6 additions and 1 deletions

View File

@ -11,6 +11,11 @@ Development version
------------------- -------------------
- No features. - No features.
3.4.5
-----
- Remove non-ascii character from README. This character created an
installation problem on Debian (Python 3.4).
3.4.4 3.4.4
----- -----
- Add ``Provider.last_overriding`` read-only property that points to last - Add ``Provider.last_overriding`` read-only property that points to last

View File

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