@@ -284,7 +284,7 @@ When releasing a new patch release, procedure is as follows:
5. Extract current version::
CURRENT_VERSION=$(grep '^version = ' docs/conf.py | sed -e "s/^version = '//;s/'$//")
CURRENT_VERSION=$(grep '^release = ' docs/conf.py | sed -e "s/^release = '//;s/'$//")
6. Double-check what the associated issues is, what the current version string
is, and what the release version will be::