Commit 28f86b40 authored by Tres Seaver's avatar Tres Seaver

Prep 4.1.1 release.

parent 20548b1f
``persistent`` Changelog ``persistent`` Changelog
======================== ========================
4.1.1 (unreleased) 4.1.1 (2015-06-02)
------------------ ------------------
- TBD - Fix manifest and re-upload to fix stray files included in 4.1.0.
4.1.0 (2015-05-19) 4.1.0 (2015-05-19)
------------------ ------------------
- Made the Python implementation of ``Persistent`` and ``PickleCache`` - Make 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.1.1.dev0' __version__ = '4.1.1'
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