Increase version to 3.4.7

This commit is contained in:
Roman Mogilatov 2017-05-29 10:41:31 +03:00
parent 4cd8ef3b3f
commit bc398cef53
2 changed files with 7 additions and 3 deletions

View File

@ -11,10 +11,14 @@ Development version
-------------------
- No features.
3.4.7
-----
- Correct typo in changelog.
3.4.6
-----
- Add section "Useful links" section to the "Dependency injection and
inversion of control in Python" article.
- Add "Useful links" section to the "Dependency injection and inversion of
control in Python" article.
3.4.5
-----

View File

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