SVN: ZODB/trunk/ Prep 4.0.0a4 release.
Tres Seaver <[email protected]> Mon, 17 Dec 2012 11:43:59 -0500 (EST)
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20121217164359.3EBEA940ED__35909.9231580787$1355762658$gmane$org@cvs.zope.org> |
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()