summaryrefslogtreecommitdiff
path: root/docutils/docs/dev
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2017-09-08 16:09:13 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2017-09-08 16:09:13 +0000
commit67722425264de08d14251a51f15d02e3d50dd0cf (patch)
tree27dd543c614f5dc4179487004aaed00cef5d2fc6 /docutils/docs/dev
parent37fde31ec1e0167beb49e1c0dfeb96830d6c4dab (diff)
downloaddocutils-67722425264de08d14251a51f15d02e3d50dd0cf.tar.gz
Automatically update version_info when changing __version__ per script.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8177 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
-rw-r--r--docutils/docs/dev/release.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docutils/docs/dev/release.txt b/docutils/docs/dev/release.txt
index cea1f9cf0..e21b5b859 100644
--- a/docutils/docs/dev/release.txt
+++ b/docutils/docs/dev/release.txt
@@ -69,8 +69,8 @@ identifier:
where ``<new_version>`` is major.minor[.micro][<pre>][.dev].
-Finally change ``__version_info__`` in ``docutils/docutils/__init__.py``
-**by hand** to ensure it matches the `version identifier`_.
+ This also changes ``__version_info__`` in
+ ``docutils/docutils/__init__.py``.
Run the test suite after changing the codebase version to ensure
accuracy and consistency.