[Python-checkins] r62388 - doctools/trunk/sphinx/__init__.py

georg.brandl python-checkins at python.org
Sat Apr 19 11:50:14 CEST 2008


Author: georg.brandl
Date: Sat Apr 19 11:50:14 2008
New Revision: 62388

Log:
Stop appending the rev to the version number.


Modified:
   doctools/trunk/sphinx/__init__.py

Modified: doctools/trunk/sphinx/__init__.py
==============================================================================
--- doctools/trunk/sphinx/__init__.py	(original)
+++ doctools/trunk/sphinx/__init__.py	Sat Apr 19 11:50:14 2008
@@ -23,7 +23,7 @@
 from sphinx.util.console import darkred, nocolor
 
 __revision__ = '$Revision$'
-__version__ = '0.1.' + __revision__[11:-2]
+__version__ = '0.2'
 
 
 def usage(argv, msg=None):


More information about the Python-checkins mailing list