diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-06-01 14:44:50 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-06-01 14:44:50 +0000 |
| commit | 4f92d8604ea814be0967f3dfd0ed720f6368e7b9 (patch) | |
| tree | a9945a318830b38d9a7e835a52222086359bf5d5 /docutils/docs/dev/release.txt | |
| parent | 3c046dc2d94f7fe02c438e00f540146802ab97e7 (diff) | |
| download | docutils-4f92d8604ea814be0967f3dfd0ed720f6368e7b9.tar.gz | |
docutils.__version_details__ renamed from .__version_suffix__
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3417 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
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. |
