Commit d976708d authored by Hanno Schlichting's avatar Hanno Schlichting

vb [ci skip]

parent 2219e204
......@@ -5,6 +5,21 @@ This file contains change information for the current Zope release.
Change information for previous versions of Zope can be found at
https://zope.readthedocs.io/en/2.13/CHANGES.html
4.0a3 (unreleased)
------------------
Bugs Fixed
++++++++++
Features Added
++++++++++++++
Restructuring
+++++++++++++
4.0a2 (2016-09-09)
------------------
......
......@@ -44,7 +44,7 @@ Steps for creating a new Zope release
- Upload the tagged release to PyPI::
python2.7 setup.py egg_info -RDb '' sdist --formats=zip register upload
python2.7 setup.py egg_info -RDb '' sdist register upload
- Update version information:
......
Zope2==4.0a2
-e git+https://github.com/zopefoundation/Zope.git@master#egg=Zope2
AccessControl==4.0a3
Acquisition==4.2.2
AuthEncoding==4.0.0
......
......@@ -27,7 +27,7 @@ CHANGES = _read_file('CHANGES.rst')
setup(
name='Zope2',
version='4.0a2',
version='4.0a3.dev0',
url='https://zope.readthedocs.io/en/latest/',
license='ZPL 2.1',
description='Zope2 application server / web framework',
......
# Version pins for required and commonly used dependencies.
[versions]
Zope2 = 4.0a2
Zope2 =
AccessControl = 4.0a3
AuthEncoding = 4.0.0
Acquisition = 4.2.2
......
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