diff options
Diffstat (limited to 'docutils/docs/dev/release.txt')
| -rw-r--r-- | docutils/docs/dev/release.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docutils/docs/dev/release.txt b/docutils/docs/dev/release.txt index fd941e5d3..b242720d0 100644 --- a/docutils/docs/dev/release.txt +++ b/docutils/docs/dev/release.txt @@ -24,6 +24,9 @@ updated to reflect the recent move to Subversion!) (e.g. CHANGES.txt) to have it at hand when you need it for posting announcements or pasting it into forms.** +* Change ``__version_details__`` in docutils/docutils/__init__.py to + "release" (from "repository"). + * Bump the _`version number` in the following files: + docutils/setup.py @@ -126,6 +129,9 @@ updated to reflect the recent move to Subversion!) * Register with PyPI (``python setup.py register``). +* Restore ``__version_details__`` in docutils/docutils/__init__.py to + "repository" (from "release"). + * Bump the `version number`_ again. * Add a new empty section "Changes Since ..." in HISTORY.txt. |
