Bump version to 4.36.1

This commit is contained in:
Roman Mogylatov 2021-09-28 14:51:39 -04:00
parent 5c7bdf4fc6
commit 980914c2f7
2 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@ From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
Develop
-------
4.36.1
------
- Fix a wiring bug with improper resolving of ``Provide[some_provider.provider]``.
- Fix a typo in ``Factory`` provider docs ``service.add_attributes(clent=client)``
`#499 <https://github.com/ets-labs/python-dependency-injector/issues/499>`_.

View File

@ -1,6 +1,6 @@
"""Top-level package."""
__version__ = '4.36.0'
__version__ = '4.36.1'
"""Version number.
:type: str