Merge branch 'release/4.20.2' into master

This commit is contained in:
Roman Mogylatov 2021-02-09 07:36:06 -05:00
commit 81da4e0451
5 changed files with 6 additions and 2 deletions

View File

@ -22,7 +22,6 @@ Containers module API docs - :py:mod:`dependency_injector.containers`.
declarative declarative
dynamic dynamic
specialization specialization
inject_self
overriding overriding
reset_singletons reset_singletons
traversal traversal

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.20.2
------
- Move docs on container "self" injections to "Providers" section.
4.20.1 4.20.1
------ ------
- Refactor containers module. - Refactor containers module.

View File

@ -50,6 +50,7 @@ Providers module API docs - :py:mod:`dependency_injector.providers`
dependency dependency
overriding overriding
provided_instance provided_instance
inject_self
custom custom
async async
typing_mypy typing_mypy

View File

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