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