Bump version to 3.44.0

This commit is contained in:
Roman Mogylatov 2020-09-13 20:51:10 -04:00
parent 9ee4959f76
commit 1f136e427d
2 changed files with 4 additions and 3 deletions

View File

@ -7,11 +7,12 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
Develop
-------
3.44.0
------
- Add native support of the generics to the providers: ``some_provider = providers.Provider[SomeClass]``.
- Deprecate module ``types``.
- Add documentation page on providers typing and ``mypy`` support.
- Update README.
3.43.1
------

View File

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