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

georg.brandl python-checkins at python.org
Wed Oct 8 13:28:03 CEST 2008


Author: georg.brandl
Date: Wed Oct  8 13:28:03 2008
New Revision: 66847

Log:
Release 0.4.3.


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	Wed Oct  8 13:28:03 2008
@@ -1,5 +1,5 @@
-Release 0.4.3 (in development)
-==============================
+Release 0.4.3 (Oct 8, 2008)
+===========================
 
 * Fix a bug in autodoc with directly given autodoc members.
 

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	Wed Oct  8 13:28:03 2008
@@ -21,7 +21,7 @@
 
 __revision__ = '$Revision$'
 __version__  = '0.4.3'
-__released__ = '0.4.2'
+__released__ = '0.4.3'
 
 
 def usage(argv, msg=None):


More information about the Python-checkins mailing list