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

georg.brandl python-checkins at python.org
Tue Jul 29 12:01:15 CEST 2008


Author: georg.brandl
Date: Tue Jul 29 12:01:15 2008
New Revision: 65280

Log:
Post-release changes.


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	Tue Jul 29 12:01:15 2008
@@ -1,3 +1,7 @@
+Release 0.4.3 (in development)
+==============================
+
+
 Release 0.4.2 (Jul 29, 2008)
 ============================
 

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	Tue Jul 29 12:01:15 2008
@@ -20,7 +20,7 @@
 from sphinx.util.console import darkred, nocolor
 
 __revision__ = '$Revision$'
-__version__ = '0.4.2'
+__version__ = '0.4.3'
 
 
 def usage(argv, msg=None):


More information about the Python-checkins mailing list