diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 8694f644..072df707 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`_ -Development version -------------------- +4.29.2 +------ - Fix wiring to not crash on missing signatures. See issue: `#420 `_. Thanks to `@Balthus1989 `_ for reporting the issue. diff --git a/src/dependency_injector/__init__.py b/src/dependency_injector/__init__.py index d7722696..34dd30f2 100644 --- a/src/dependency_injector/__init__.py +++ b/src/dependency_injector/__init__.py @@ -1,6 +1,6 @@ """Top-level package.""" -__version__ = '4.29.1' +__version__ = '4.29.2' """Version number. :type: str