mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-05-13 20:33:51 +03:00
Update versions in the docs
This commit is contained in:
parent
1e198a3ebd
commit
f82a6b5445
|
@ -23,7 +23,7 @@ To verify the installed version:
|
||||||
|
|
||||||
>>> import dependency_injector
|
>>> import dependency_injector
|
||||||
>>> dependency_injector.__version__
|
>>> dependency_injector.__version__
|
||||||
'4.0.0'
|
'4.37.0'
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
When add ``Dependency Injector`` to the ``requirements.txt`` don't forget to pin version
|
When add ``Dependency Injector`` to the ``requirements.txt`` don't forget to pin version
|
||||||
|
|
|
@ -110,7 +110,7 @@ You should see something like:
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
(venv) $ python -c "import dependency_injector; print(dependency_injector.__version__)"
|
(venv) $ python -c "import dependency_injector; print(dependency_injector.__version__)"
|
||||||
4.0.0
|
4.37.0
|
||||||
(venv) $ python -c "import flask; print(flask.__version__)"
|
(venv) $ python -c "import flask; print(flask.__version__)"
|
||||||
1.1.2
|
1.1.2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user