[Python-checkins] r64484 - in doctools/trunk: CHANGES sphinx/__init__.py

georg.brandl python-checkins at python.org
Mon Jun 23 14:14:37 CEST 2008


Author: georg.brandl
Date: Mon Jun 23 14:14:37 2008
New Revision: 64484

Log:
Release preparation.


Modified:
   doctools/trunk/CHANGES
   doctools/trunk/sphinx/__init__.py

Modified: doctools/trunk/CHANGES
==============================================================================
--- doctools/trunk/CHANGES	(original)
+++ doctools/trunk/CHANGES	Mon Jun 23 14:14:37 2008
@@ -1,5 +1,5 @@
-Changes in trunk
-================
+Release 0.4 (Jun 23, 2008)
+==========================
 
 New features added
 ------------------

Modified: doctools/trunk/sphinx/__init__.py
==============================================================================
--- doctools/trunk/sphinx/__init__.py	(original)
+++ doctools/trunk/sphinx/__init__.py	Mon Jun 23 14:14:37 2008
@@ -20,7 +20,7 @@
 from sphinx.util.console import darkred, nocolor
 
 __revision__ = '$Revision$'
-__version__ = '0.3'
+__version__ = '0.4'
 
 
 def usage(argv, msg=None):


More information about the Python-checkins mailing list