SF.net SVN: docutils:[10244 ] trunk/sandbox/infrastruc ture/set_version.sh
grubert--- via Docutils-checkins <[email protected]> Thu, 18 Sep 2025 01:29:47 +0000
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 10244
http://sourceforge.net/p/docutils/code/10244
Author: grubert
Date: 2025-09-18 01:29:47 +0000 (Thu, 18 Sep 2025)
Log Message:
-----------
Fix: commented out py2 code
Modified Paths:
--------------
trunk/sandbox/infrastructure/set_version.sh
Modified: trunk/sandbox/infrastructure/set_version.sh
===================================================================
--- trunk/sandbox/infrastructure/set_version.sh 2025-09-17 18:40:34 UTC (rev 10243)
+++ trunk/sandbox/infrastructure/set_version.sh 2025-09-18 01:29:47 UTC (rev 10244)
@@ -77,4 +77,4 @@
set_ver "$old_ver" "$new_ver"
#echo "VERIFY: major, minor, micro, releaselevel (candidate,final), prerelease serial, pre/release or checkout"
-#python -c 'import docutils; print "__version_info__ =", docutils.__version_info__'
+#python -c 'import docutils; print("__version_info__ =", docutils.__version_info__)'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.