We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbed89 commit e42d7dcCopy full SHA for e42d7dc
docs/main/changelog.rst
@@ -7,8 +7,8 @@ that were made in every particular version.
7
From version 0.7.6 *Dependency Injector* framework strictly
8
follows `Semantic versioning`_
9
10
-Development version
11
--------------------
+4.29.2
+------
12
- Fix wiring to not crash on missing signatures.
13
See issue: `#420 <https://github.com/ets-labs/python-dependency-injector/issues/420>`_.
14
Thanks to `@Balthus1989 <https://github.com/Balthus1989>`_ for reporting the issue.
src/dependency_injector/__init__.py
@@ -1,6 +1,6 @@
1
"""Top-level package."""
2
3
-__version__ = '4.29.1'
+__version__ = '4.29.2'
4
"""Version number.
5
6
:type: str
0 commit comments