Commit 8f5ac63a authored by Jason Madden's avatar Jason Madden Committed by Jim Fulton

Bump dependency on zodbpickle to at least 1.0.1 (#205)

This is required to avoid a memory leak on Python 2.7.

See #203.
parent 9a7ddcbe
......@@ -5,7 +5,9 @@
5.4.1 (unreleased)
==================
- Nothing changed yet.
- Bump the dependency on zodbpickle to at least 1.0.1. This is
required to avoid a memory leak on Python 2.7. See `issue 203
<https://github.com/zopefoundation/ZODB/issues/203>`_.
5.4.0 (2018-03-26)
......
......@@ -132,7 +132,7 @@ setup(
'six',
'zc.lockfile',
'zope.interface',
'zodbpickle >= 0.6.0',
'zodbpickle >= 1.0.1',
],
zip_safe=False,
entry_points="""
......
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