Skip to content

Commit

Permalink
- move to a released Zope version
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed May 23, 2017
1 parent 68e9cd3 commit 918dd27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -4,6 +4,8 @@ Changelog
4.0.1 (unreleased)
------------------

- Move version dependency to a released version of Zope


4.0.0 (2017-05-13)
------------------
Expand Down
9 changes: 1 addition & 8 deletions buildout.cfg
@@ -1,19 +1,12 @@
[buildout]
extensions =
mr.developer
extends =
https://raw.githubusercontent.com/zopefoundation/Zope/master/sources.cfg
https://raw.githubusercontent.com/zopefoundation/Zope/master/versions-prod.cfg
https://zopefoundation.github.io/Zope/releases/4.0a5/versions-prod.cfg
develop = .
parts =
interpreter
test
tox
auto-checkout =
Zope2

[sources]
Zope2 = git ${remotes:github}/Zope pushurl=${remotes:github_push}/Zope

[versions]
Products.StandardCacheManagers =
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -46,7 +46,7 @@
'six',
'AccessControl',
'transaction',
'Zope2 >= 4.0a1',
'Zope2 >= 4.0a5',
'zope.component',
],
include_package_data=True,
Expand Down

0 comments on commit 918dd27

Please sign in to comment.