Skip to content

Commit

Permalink
Require Zope 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Oct 26, 2016
1 parent a62e253 commit 25ea9e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGES.rst
@@ -1,9 +1,10 @@
Changelog
=========

3.0.1 (unreleased)
------------------
4.0 (unreleased)
----------------

- Require Zope 4.

3.0 (2016-07-18)
----------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -15,7 +15,7 @@
from setuptools import setup, find_packages

setup(name='Products.StandardCacheManagers',
version='3.0.1.dev0',
version='4.0.dev0',
url='http://pypi.python.org/pypi/Products.StandardCacheManagers',
license='ZPL 2.1',
description="Cache managers for Zope 2.",
Expand All @@ -41,7 +41,7 @@
'setuptools',
'AccessControl',
'transaction',
'Zope2 >= 2.13.0a1',
'Zope2 >= 4.0a1',
'zope.component',
],
include_package_data=True,
Expand Down

0 comments on commit 25ea9e0

Please sign in to comment.