Commit d0c33df1 authored by Hanno Schlichting's avatar Hanno Schlichting

Make master into 4.x release line, require ZODB 5.0 or newer.

parent 96def86d
Changelog
=========
4.0 - unreleased
----------------
- Require ZODB 5.0 or newer.
3.1 - unreleased
----------------
......
......@@ -20,7 +20,7 @@ long_description = (open("README.txt").read() + "\n" +
open("CHANGES.txt").read())
setup(name='tempstorage',
version='3.1.dev0',
version='4.0.dev0',
url='http://pypi.python.org/pypi/tempstorage',
license='ZPL 2.1',
description='A RAM-based storage for ZODB',
......@@ -42,7 +42,7 @@ setup(name='tempstorage',
package_dir={'': 'src'},
install_requires=[
'setuptools',
'ZODB',
'ZODB >= 5.0',
'zope.testing',
],
include_package_data=True,
......
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