Skip to content

Commit 81da4e0

Browse files
committed
Merge branch 'release/4.20.2' into master
2 parents a9fd206 + 5b18d60 commit 81da4e0

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

docs/containers/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Containers module API docs - :py:mod:`dependency_injector.containers`.
2222
declarative
2323
dynamic
2424
specialization
25-
inject_self
2625
overriding
2726
reset_singletons
2827
traversal

docs/main/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ that were made in every particular version.
77
From version 0.7.6 *Dependency Injector* framework strictly
88
follows `Semantic versioning`_
99

10+
4.20.2
11+
------
12+
- Move docs on container "self" injections to "Providers" section.
13+
1014
4.20.1
1115
------
1216
- Refactor containers module.

docs/providers/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Providers module API docs - :py:mod:`dependency_injector.providers`
5050
dependency
5151
overriding
5252
provided_instance
53+
inject_self
5354
custom
5455
async
5556
typing_mypy
File renamed without changes.

src/dependency_injector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Top-level package."""
22

3-
__version__ = '4.20.1'
3+
__version__ = '4.20.2'
44
"""Version number.
55
66
:type: str

0 commit comments

Comments
 (0)