Commit bc74c389 authored by Jim Fulton's avatar Jim Fulton

5.0.3 Temporarily require non-quite-current versions of ZODB and

  transaction until we can sort out some recent breakage.
parent c3183420
Changelog
=========
5.0.3 (2016-11-18)
------------------
- Temporarily require non-quite-current versions of ZODB and
transaction until we can sort out some recent breakage.
5.0.2 (2016-11-02)
------------------
......
......@@ -11,7 +11,7 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
version = '5.0.2'
version = '5.0.3'
from setuptools import setup, find_packages
import os
......@@ -26,9 +26,9 @@ if (3, 0) < sys.version_info < (3, 4):
sys.exit(1)
install_requires = [
'ZODB >= 5.0.0a5',
'ZODB >= 5.0.0a5, < 5.1.0',
'six',
'transaction >= 1.6.0',
'transaction >= 1.6.0, < 2.0.0',
'persistent >= 4.1.0',
'zc.lockfile',
'ZConfig',
......
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