mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 01:26:51 +03:00
Merge branch 'release/4.22.1' into master
This commit is contained in:
commit
93fa37728b
|
@ -94,7 +94,7 @@ Module ``models`` contains example SQLAlchemy user model. See ``webapp/models.py
|
|||
:language: python
|
||||
|
||||
Database
|
||||
-----
|
||||
--------
|
||||
|
||||
Module ``database`` defines declarative base and utility class with engine and session factory.
|
||||
See ``webapp/database.py``:
|
||||
|
|
|
@ -7,6 +7,11 @@ that were made in every particular version.
|
|||
From version 0.7.6 *Dependency Injector* framework strictly
|
||||
follows `Semantic versioning`_
|
||||
|
||||
4.22.1
|
||||
------
|
||||
- Pin ``sphinx`` version to hotfix docs build.
|
||||
- Fix a typo in docs.
|
||||
|
||||
4.22.0
|
||||
------
|
||||
- Add method ``container.check_dependencies()`` to check if all container dependencies
|
||||
|
|
|
@ -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
|
||||
|
||||
-r requirements-ext.txt
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Top-level package."""
|
||||
|
||||
__version__ = '4.22.0'
|
||||
__version__ = '4.22.1'
|
||||
"""Version number.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue
Block a user