Skip to content

Commit

Permalink
Bump dependency on zodbpickle to at least 1.0.1 (#205)
Browse files Browse the repository at this point in the history
This is required to avoid a memory leak on Python 2.7.

See #203.
  • Loading branch information
jamadden authored and jimfulton committed May 16, 2018
1 parent 9a7ddcb commit 8f5ac63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def read(path):
'six',
'zc.lockfile',
'zope.interface',
'zodbpickle >= 0.6.0',
'zodbpickle >= 1.0.1',
],
zip_safe=False,
entry_points="""
Expand Down

0 comments on commit 8f5ac63

Please sign in to comment.