[Checkins] SVN: BTrees/trunk/ prepare
    Hano Schlichting 
    cvs-admin at zope.org
       
    Sun Oct 21 12:58:47 UTC 2012
    
    
  
Log message for revision 128092:
  prepare
Changed:
  U   BTrees/trunk/CHANGES.txt
  U   BTrees/trunk/docs/conf.py
  U   BTrees/trunk/setup.py
-=-
Modified: BTrees/trunk/CHANGES.txt
===================================================================
--- BTrees/trunk/CHANGES.txt	2012-10-21 12:58:20 UTC (rev 128091)
+++ BTrees/trunk/CHANGES.txt	2012-10-21 12:58:43 UTC (rev 128092)
@@ -2,7 +2,7 @@
 ====================
 
 
-4.0.1 (unreleased)
+4.0.1 (2012-10-21)
 ------------------
 
 - Provide local fallback for persistent C header inclusion if the
Modified: BTrees/trunk/docs/conf.py
===================================================================
--- BTrees/trunk/docs/conf.py	2012-10-21 12:58:20 UTC (rev 128091)
+++ BTrees/trunk/docs/conf.py	2012-10-21 12:58:43 UTC (rev 128092)
@@ -57,7 +57,7 @@
 # The short X.Y version.
 version = '4.0'
 # The full version, including alpha/beta/rc tags.
-release = '4.0.1dev'
+release = '4.0.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
Modified: BTrees/trunk/setup.py
===================================================================
--- BTrees/trunk/setup.py	2012-10-21 12:58:20 UTC (rev 128091)
+++ BTrees/trunk/setup.py	2012-10-21 12:58:43 UTC (rev 128092)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 
-__version__ = '4.0.1dev'
+__version__ = '4.0.1'
 
 import os
 import platform
    
    
More information about the checkins
mailing list