Bump version to 4.36.0

This commit is contained in:
Roman Mogylatov 2021-08-25 12:06:22 -04:00
parent 14d8ed909b
commit 902913ccff
2 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
Development version
-------------------
4.36.0
------
- Add support of non-string keys for ``FactoryAggregate`` provider.
- Improve ``FactoryAggregate`` typing stub.
- Improve resource subclasses typing and make shutdown definition optional

View File

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