SF.net SVN: docutils:[9600 ] trunk/docutils/docs/dev/r elease.txt
grubert--- via Docutils-checkins <[email protected]>
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 9600
http://sourceforge.net/p/docutils/code/9600
Author: grubert
Date: 2024-03-26 23:14:35 +0000 (Tue, 26 Mar 2024)
Log Message:
-----------
Fix: docutils/__init__.py __version_info__ must be changed manually
Modified Paths:
--------------
trunk/docutils/docs/dev/release.txt
Modified: trunk/docutils/docs/dev/release.txt
===================================================================
--- trunk/docutils/docs/dev/release.txt 2024-03-26 23:01:35 UTC (rev 9599)
+++ trunk/docutils/docs/dev/release.txt 2024-03-26 23:14:35 UTC (rev 9600)
@@ -39,6 +39,18 @@
Check what was changed by ``set_version.sh``.
+ Change acchordingly docutils/__init__.py ::
+
+ __version_info__ = VersionInfo(
+ major=0,
+ minor=21,
+ micro=0,
+ releaselevel='candidate', # one of 'alpha', 'beta', 'candidate', 'final'
+ serial=1, # pre-release number (0 for final releases and snapshots)
+ release=False # True for official releases and pre-releases
+ )
+
+
Run tests ::
export PYTHONWARNINGS=default
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.