Commit f0f051ac authored by Tres Seaver's avatar Tres Seaver

Prep 4.0.0 release.

parent 5c3510a6
``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 @@ Testing Changes
- 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').
......
......@@ -12,7 +12,7 @@
#
##############################################################################
__version__ = '4.0dev'
__version__ = '4.0.0'
import os
import platform
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment