Skip to content

Commit

Permalink
Make master into 4.x release line, require ZODB 5.0 or newer.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Sep 9, 2016
1 parent 96def86 commit d0c33df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

4.0 - unreleased
----------------

- Require ZODB 5.0 or newer.

3.1 - unreleased
----------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
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',
Expand All @@ -42,7 +42,7 @@
package_dir={'': 'src'},
install_requires=[
'setuptools',
'ZODB',
'ZODB >= 5.0',
'zope.testing',
],
include_package_data=True,
Expand Down

0 comments on commit d0c33df

Please sign in to comment.