diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 8868c881..735f3f67 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -7,12 +7,16 @@ that were made in every particular version. From version 0.7.6 *Dependency Injector* framework strictly follows `Semantic versioning`_ +4.3.6 +----- +- Fix changelog typo. + 4.3.5 ----- - Fix a bug in ``wiring`` module that caused multiple imports of the modules when ``.wire(packages=[...])`` is used (See issue `#320 `_). Thanks - to `Federico iskorini `_ for reporting the issue. + to `Federico iskorini `_ for reporting the issue. 4.3.4 ----- diff --git a/src/dependency_injector/__init__.py b/src/dependency_injector/__init__.py index a1e1c40c..5e5da8b0 100644 --- a/src/dependency_injector/__init__.py +++ b/src/dependency_injector/__init__.py @@ -1,6 +1,6 @@ """Top-level package.""" -__version__ = '4.3.5' +__version__ = '4.3.6' """Version number. :type: str