Skip to content

Commit ed0a413

Browse files
committed
Bump version to 4.22.1
1 parent 368f50f commit ed0a413

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/main/changelog.rst

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

10+
4.22.1
11+
------
12+
- Pin ``sphinx`` version to hotfix docs build.
13+
- Fix a typo in docs.
14+
1015
4.22.0
1116
------
1217
- Add method ``container.check_dependencies()`` to check if all container dependencies

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.22.0'
3+
__version__ = '4.22.1'
44
"""Version number.
55
66
:type: str

0 commit comments

Comments
 (0)