Skip to content

Commit

Permalink
Prep 4.1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jun 2, 2015
1 parent 20548b1 commit 28f86b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
@@ -1,15 +1,15 @@
``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)
------------------

- 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
Python version can now run the complete ZODB and ZEO test suites.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@
#
##############################################################################

__version__ = '4.1.1.dev0'
__version__ = '4.1.1'

import os
import platform
Expand Down

0 comments on commit 28f86b4

Please sign in to comment.