Skip to content

Commit

Permalink
4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Jun 15, 2016
1 parent e6b136a commit 7a1a380
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

4.2.0 (unreleased)
4.2.0 (2016-06-15)
------------------

- Changed loadBefore to operate more like load behaved, especially
Expand All @@ -11,6 +11,8 @@ Changelog
Reimplemented load using loadBefore, thus testing loadBefore
extensively via existing tests.

- Other changes to work with ZODB 5 (as well as ZODB 4)

- Fixed: the ZEO cache loadBefore method failed to utilize current data.

- Drop support for Python 2.6 and 3.2.
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""Setup
"""
version = '4.2.0.dev0'

version = '4.2.0'

from setuptools import setup, find_packages
import os
import sys
Expand Down

0 comments on commit 7a1a380

Please sign in to comment.