[Checkins] SVN: persistent/trunk/ Prep 4.0.0 release.

Tres Seaver cvs-admin at zope.org
Sat Aug 11 15:23:17 UTC 2012


Log message for revision 127483:
  Prep 4.0.0 release.

Changed:
  _U  persistent/trunk/
  U   persistent/trunk/CHANGES.txt
  U   persistent/trunk/setup.py

-=-
Modified: persistent/trunk/CHANGES.txt
===================================================================
--- persistent/trunk/CHANGES.txt	2012-08-11 15:18:27 UTC (rev 127482)
+++ persistent/trunk/CHANGES.txt	2012-08-11 15:23:13 UTC (rev 127483)
@@ -1,9 +1,12 @@
 ``persistent`` Changelog
 ========================
 
-4.0.0 (unreleased)
+4.0.0 (2012-08-11)
 ------------------
 
+Platform Changes
+################
+
 - Added explicit support for Python 3.2 and PyPy.
 
   - Note that the C implementations of Persistent, PickleCache, and Timestamp
@@ -12,7 +15,7 @@
 - Dropped support for Python < 2.6.
 
 Testing Changes
----------------
+###############
 
 - 100% unit test coverage.
 
@@ -36,9 +39,8 @@
 - Dropped dependency on ``zope.testing`` / ``zope.testrunner``:  tests now
   run with ``setup.py test``.
 
-
 Documentation Changes
----------------------
+#####################
 
 - Refactored many Doctests as Sphinx documentation (snippets are exercised
   via 'tox').

Modified: persistent/trunk/setup.py
===================================================================
--- persistent/trunk/setup.py	2012-08-11 15:18:27 UTC (rev 127482)
+++ persistent/trunk/setup.py	2012-08-11 15:23:13 UTC (rev 127483)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 
-__version__ = '4.0dev'
+__version__ = '4.0.0'
 
 import os
 import platform



More information about the checkins mailing list