Merge branch 'release/4.22.1' into master

This commit is contained in:
Roman Mogylatov 2021-02-14 21:09:31 -05:00
commit 93fa37728b
4 changed files with 9 additions and 3 deletions

View File

@ -94,7 +94,7 @@ Module ``models`` contains example SQLAlchemy user model. See ``webapp/models.py
:language: python :language: python
Database Database
----- --------
Module ``database`` defines declarative base and utility class with engine and session factory. Module ``database`` defines declarative base and utility class with engine and session factory.
See ``webapp/database.py``: See ``webapp/database.py``:

View File

@ -7,6 +7,11 @@ 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.22.1
------
- Pin ``sphinx`` version to hotfix docs build.
- Fix a typo in docs.
4.22.0 4.22.0
------ ------
- Add method ``container.check_dependencies()`` to check if all container dependencies - Add method ``container.check_dependencies()`` to check if all container dependencies

View File

@ -1,4 +1,5 @@
sphinx # TODO: unpin 3.5.0 when this bug is fixed: https://github.com/sphinx-doc/sphinx/issues/8885
sphinx<3.5.0
-e git://github.com/rmk135/sphinxcontrib-disqus.git#egg=sphinxcontrib-disqus -e git://github.com/rmk135/sphinxcontrib-disqus.git#egg=sphinxcontrib-disqus
-r requirements-ext.txt -r requirements-ext.txt

View File

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