Skip to content

Commit f82a6b5

Browse files
committed
Update versions in the docs
1 parent 1e198a3 commit f82a6b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/introduction/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To verify the installed version:
2323
2424
>>> import dependency_injector
2525
>>> dependency_injector.__version__
26-
'4.0.0'
26+
'4.37.0'
2727
2828
.. note::
2929
When add ``Dependency Injector`` to the ``requirements.txt`` don't forget to pin version

docs/tutorials/flask.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ You should see something like:
110110
.. code-block:: bash
111111
112112
(venv) $ python -c "import dependency_injector; print(dependency_injector.__version__)"
113-
4.0.0
113+
4.37.0
114114
(venv) $ python -c "import flask; print(flask.__version__)"
115115
1.1.2
116116

0 commit comments

Comments
 (0)