Commit 7a1a3804 authored by Jim Fulton's avatar Jim Fulton

4.2.0

parent e6b136a4
Changelog
=========
4.2.0 (unreleased)
4.2.0 (2016-06-15)
------------------
- Changed loadBefore to operate more like load behaved, especially
......@@ -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.
......
......@@ -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
......
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