Skip to content

Commit 980914c

Browse files
committed
Bump version to 4.36.1
1 parent 5c7bdf4 commit 980914c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/main/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ From version 0.7.6 *Dependency Injector* framework strictly
88
follows `Semantic versioning`_
99

1010

11-
Develop
12-
-------
11+
4.36.1
12+
------
1313
- Fix a wiring bug with improper resolving of ``Provide[some_provider.provider]``.
1414
- Fix a typo in ``Factory`` provider docs ``service.add_attributes(clent=client)``
1515
`#499 <https://github.com/ets-labs/python-dependency-injector/issues/499>`_.

src/dependency_injector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Top-level package."""
22

3-
__version__ = '4.36.0'
3+
__version__ = '4.36.1'
44
"""Version number.
55
66
:type: str

0 commit comments

Comments
 (0)