Update versions in the docs

This commit is contained in:
Roman Mogylatov 2021-09-30 20:18:23 -04:00
parent 1e198a3ebd
commit f82a6b5445
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ To verify the installed version:
>>> import dependency_injector
>>> dependency_injector.__version__
'4.0.0'
'4.37.0'
.. note::
When add ``Dependency Injector`` to the ``requirements.txt`` don't forget to pin version

View File

@ -110,7 +110,7 @@ You should see something like:
.. code-block:: bash
(venv) $ python -c "import dependency_injector; print(dependency_injector.__version__)"
4.0.0
4.37.0
(venv) $ python -c "import flask; print(flask.__version__)"
1.1.2