Skip to content

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
msimonin committed Feb 11, 2019
1 parent 92f5406 commit f5d1492
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial/index.org
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ virtualenv --python=python3 venv
# (venv) enos:~/enos-myxp$
. venv/bin/activate
# (venv) enos:~/enos-myxp$
pip install "enos[openstack]==5.0.0"
pip install "enos[openstack]==5.0.1"
#+END_SRC

#+BEGIN_note
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ Then, install EnOS in your working directory (python3.5+ is required):
# (venv) enos:~/enos-myxp$
. venv/bin/activate
# (venv) enos:~/enos-myxp$
pip install "enos[openstack]==5.0.0"
pip install "enos[openstack]==5.0.1"
.. note::

Expand Down
2 changes: 1 addition & 1 deletion enos/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
FAKE_NEUTRON_EXTERNAL_INTERFACE = 'nei'

# ENOS Setup
VERSION = '5.0.0'
VERSION = '5.0.1'

OPENSTACK_RELEASE = 'rocky'
2 changes: 1 addition & 1 deletion tests/functionnal/tests/tutorial/enos-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ virtualenv --python=python3 venv
# (venv) enos:~/enos-myxp$
. venv/bin/activate
# (venv) enos:~/enos-myxp$
pip install "enos[openstack]==5.0.0"
pip install "enos[openstack]==5.0.1"

# Deploy OpenStack
# EnOS manages all the aspects of an OpenStack deployment by calling
Expand Down

0 comments on commit f5d1492

Please sign in to comment.