Skip to content

Commit 93fa377

Browse files
committed
Merge branch 'release/4.22.1' into master
2 parents 02dea7b + ed0a413 commit 93fa377

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

docs/examples/fastapi-sqlalchemy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Module ``models`` contains example SQLAlchemy user model. See ``webapp/models.py
9494
:language: python
9595

9696
Database
97-
-----
97+
--------
9898

9999
Module ``database`` defines declarative base and utility class with engine and session factory.
100100
See ``webapp/database.py``:

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

requirements-doc.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
sphinx
1+
# TODO: unpin 3.5.0 when this bug is fixed: https://github.com/sphinx-doc/sphinx/issues/8885
2+
sphinx<3.5.0
23
-e git://github.com/rmk135/sphinxcontrib-disqus.git#egg=sphinxcontrib-disqus
34

45
-r requirements-ext.txt

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)