From bc398cef538f65c795349fd1383cec6b359f5d47 Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Mon, 29 May 2017 10:41:31 +0300 Subject: [PATCH] Increase version to 3.4.7 --- docs/main/changelog.rst | 8 ++++++-- src/dependency_injector/__init__.py | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 7b1c89a0..685c968e 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -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 ----- diff --git a/src/dependency_injector/__init__.py b/src/dependency_injector/__init__.py index c40487e9..91a172aa 100644 --- a/src/dependency_injector/__init__.py +++ b/src/dependency_injector/__init__.py @@ -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