diff options
Diffstat (limited to 'docutils/docs/dev')
| -rw-r--r-- | docutils/docs/dev/release.txt | 4 |
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. |
