diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 6fc6a0c5..a4a40d5a 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -7,8 +7,8 @@ that were made in every particular version. From version 0.7.6 *Dependency Injector* framework strictly follows `Semantic versioning`_ -Develop -------- +4.3.3 +----- - Fix a bug in ``wiring`` with improper patching of ``@classmethod`` and ``@staticmethod`` decorated methods (See issue `#318 `_). diff --git a/src/dependency_injector/__init__.py b/src/dependency_injector/__init__.py index af3d33b5..45ed9253 100644 --- a/src/dependency_injector/__init__.py +++ b/src/dependency_injector/__init__.py @@ -1,6 +1,6 @@ """Top-level package.""" -__version__ = '4.3.2' +__version__ = '4.3.3' """Version number. :type: str