mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-21 17:16:46 +03:00
Bump version to 4.36.1
This commit is contained in:
parent
5c7bdf4fc6
commit
980914c2f7
|
@ -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>`_.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Top-level package."""
|
||||
|
||||
__version__ = '4.36.0'
|
||||
__version__ = '4.36.1'
|
||||
"""Version number.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue
Block a user