Commit f0f051ac authored by Tres Seaver's avatar Tres Seaver

Prep 4.0.0 release.

parent 5c3510a6
``persistent`` Changelog ``persistent`` Changelog
======================== ========================
4.0.0 (unreleased) 4.0.0 (2012-08-11)
------------------ ------------------
Platform Changes
################
- Added explicit support for Python 3.2 and PyPy. - Added explicit support for Python 3.2 and PyPy.
- Note that the C implementations of Persistent, PickleCache, and Timestamp - Note that the C implementations of Persistent, PickleCache, and Timestamp
...@@ -12,7 +15,7 @@ ...@@ -12,7 +15,7 @@
- Dropped support for Python < 2.6. - Dropped support for Python < 2.6.
Testing Changes Testing Changes
--------------- ###############
- 100% unit test coverage. - 100% unit test coverage.
...@@ -36,9 +39,8 @@ Testing Changes ...@@ -36,9 +39,8 @@ Testing Changes
- Dropped dependency on ``zope.testing`` / ``zope.testrunner``: tests now - Dropped dependency on ``zope.testing`` / ``zope.testrunner``: tests now
run with ``setup.py test``. run with ``setup.py test``.
Documentation Changes Documentation Changes
--------------------- #####################
- Refactored many Doctests as Sphinx documentation (snippets are exercised - Refactored many Doctests as Sphinx documentation (snippets are exercised
via 'tox'). via 'tox').
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# #
############################################################################## ##############################################################################
__version__ = '4.0dev' __version__ = '4.0.0'
import os import os
import platform 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