Commit 1f62ea00 authored by Hanno Schlichting's avatar Hanno Schlichting

vb

parent d7b9ac0e
...@@ -5,6 +5,10 @@ This file contains change information for the current Zope release. ...@@ -5,6 +5,10 @@ This file contains change information for the current Zope release.
Change information for previous versions of Zope can be found at Change information for previous versions of Zope can be found at
https://zope.readthedocs.io/en/2.13/CHANGES.html https://zope.readthedocs.io/en/2.13/CHANGES.html
4.0a2 (unreleased)
------------------
4.0a1 (2016-07-22) 4.0a1 (2016-07-22)
------------------ ------------------
......
Zope2==4.0a1 -e git+https://github.com/zopefoundation/Zope.git@master#egg=Zope2
AccessControl==4.0a1 AccessControl==4.0a1
Acquisition==4.2.2 Acquisition==4.2.2
BTrees==4.3.1 BTrees==4.3.1
......
...@@ -27,7 +27,7 @@ CHANGES = _read_file('CHANGES.rst') ...@@ -27,7 +27,7 @@ CHANGES = _read_file('CHANGES.rst')
setup( setup(
name='Zope2', name='Zope2',
version='4.0a1', version='4.0a2.dev0',
url='https://zope.readthedocs.io/en/latest/', url='https://zope.readthedocs.io/en/latest/',
license='ZPL 2.1', license='ZPL 2.1',
description='Zope2 application server / web framework', description='Zope2 application server / web framework',
......
# Version pins for required and commonly used dependencies. # Version pins for required and commonly used dependencies.
[versions] [versions]
Zope2 = 4.0a1 Zope2 =
AccessControl = 4.0a1 AccessControl = 4.0a1
Acquisition = 4.2.2 Acquisition = 4.2.2
BTrees = 4.3.1 BTrees = 4.3.1
......
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