[Python-checkins] r64734 - in doctools/branches/0.4.x: CHANGES sphinx/__init__.py

georg.brandl python-checkins at python.org
Sat Jul 5 17:04:21 CEST 2008


Author: georg.brandl
Date: Sat Jul  5 17:04:20 2008
New Revision: 64734

Log:
Release preparations.


Modified:
   doctools/branches/0.4.x/CHANGES
   doctools/branches/0.4.x/sphinx/__init__.py

Modified: doctools/branches/0.4.x/CHANGES
==============================================================================
--- doctools/branches/0.4.x/CHANGES	(original)
+++ doctools/branches/0.4.x/CHANGES	Sat Jul  5 17:04:20 2008
@@ -1,5 +1,5 @@
-Release 0.4.1 (in development)
-==============================
+Release 0.4.1 (Jul 5, 2008)
+===========================
 
 * Added sub-/superscript node handling to TextBuilder.
 

Modified: doctools/branches/0.4.x/sphinx/__init__.py
==============================================================================
--- doctools/branches/0.4.x/sphinx/__init__.py	(original)
+++ doctools/branches/0.4.x/sphinx/__init__.py	Sat Jul  5 17:04:20 2008
@@ -20,7 +20,7 @@
 from sphinx.util.console import darkred, nocolor
 
 __revision__ = '$Revision$'
-__version__ = '0.4'
+__version__ = '0.4.1'
 
 
 def usage(argv, msg=None):


More information about the Python-checkins mailing list