Commit 22917c6f authored by Tres Seaver's avatar Tres Seaver

Prep 4.1.0 release.

parent 39c1f033
``persistent`` Changelog ``persistent`` Changelog
======================== ========================
4.0.10 (unreleased) 4.1.0 (2015-05-19)
------------------- ------------------
- The Python implementation of ``Persistent`` and ``PickleCache`` now - Made the Python implementation of ``Persistent`` and ``PickleCache``
behave more similarly to the C implementation. In particular, the behave more similarly to the C implementation. In particular, the
Python version can now run the complete ZODB and ZEO test suites. Python version can now run the complete ZODB and ZEO test suites.
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# #
############################################################################## ##############################################################################
__version__ = '4.0.10.dev0' __version__ = '4.1.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