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 5c7bdf4 commit 980914cCopy full SHA for 980914c
docs/main/changelog.rst
@@ -8,8 +8,8 @@ From version 0.7.6 *Dependency Injector* framework strictly
8
follows `Semantic versioning`_
9
10
11
-Develop
12
--------
+4.36.1
+------
13
- Fix a wiring bug with improper resolving of ``Provide[some_provider.provider]``.
14
- Fix a typo in ``Factory`` provider docs ``service.add_attributes(clent=client)``
15
`#499 <https://github.com/ets-labs/python-dependency-injector/issues/499>`_.
src/dependency_injector/__init__.py
@@ -1,6 +1,6 @@
1
"""Top-level package."""
2
3
-__version__ = '4.36.0'
+__version__ = '4.36.1'
4
"""Version number.
5
6
:type: str
0 commit comments