Skip to content

Commit

Permalink
Bump version to 4.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 committed Sep 28, 2021
1 parent 5c7bdf4 commit 980914c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/main/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`_.
Expand Down
2 changes: 1 addition & 1 deletion src/dependency_injector/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Top-level package."""

__version__ = '4.36.0'
__version__ = '4.36.1'
"""Version number.
:type: str
Expand Down

0 comments on commit 980914c

Please sign in to comment.