[Checkins] SVN: ZODB/trunk/ Prep 4.0.0a4 release.
    Tres Seaver 
    cvs-admin at zope.org
       
    Mon Dec 17 16:43:59 UTC 2012
    
    
  
Log message for revision 128689:
  Prep 4.0.0a4 release.
Changed:
  U   ZODB/trunk/CHANGES.txt
  U   ZODB/trunk/setup.py
-=-
Modified: ZODB/trunk/CHANGES.txt
===================================================================
--- ZODB/trunk/CHANGES.txt	2012-12-17 16:36:00 UTC (rev 128688)
+++ ZODB/trunk/CHANGES.txt	2012-12-17 16:43:58 UTC (rev 128689)
@@ -2,8 +2,8 @@
  Change History
 ================
 
-Unreleased
-==========
+4.0.0a4 (2012-12-17)
+=====================
 
 - Enforced usage of bytes for '_p_serial' of persistent objects (fixes
   compatibility with recent persistent releases).
Modified: ZODB/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py	2012-12-17 16:36:00 UTC (rev 128688)
+++ ZODB/trunk/setup.py	2012-12-17 16:43:58 UTC (rev 128689)
@@ -20,7 +20,7 @@
 interface, rich transaction support, and undo.
 """
 
-VERSION = "4.0.0dev"
+VERSION = "4.0.0a4"
 
 from ez_setup import use_setuptools
 use_setuptools()
    
    
More information about the checkins
mailing list