Bump version to 4.0

This commit is contained in:
Roman Mogylatov 2020-09-20 21:51:48 -04:00
parent af7364e062
commit edd8979bf6
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,10 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_ follows `Semantic versioning`_
4.0.0
-----
- Add wiring.
3.44.0 3.44.0
------ ------
- Add native support of the generics to the providers: ``some_provider = providers.Provider[SomeClass]``. - Add native support of the generics to the providers: ``some_provider = providers.Provider[SomeClass]``.

View File

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