Bump version to 4.20.2

This commit is contained in:
Roman Mogylatov 2021-02-09 07:35:55 -05:00
parent 47aa8c11fe
commit 5b18d609f1
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
follows `Semantic versioning`_
4.20.2
------
- Move docs on container "self" injections to "Providers" section.
4.20.1
------
- Refactor containers module.

View File

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