mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Merge branch 'release/4.20.2' into master
This commit is contained in:
commit
81da4e0451
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user