Skip to content

Commit

Permalink
prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed May 12, 2017
1 parent aad68a2 commit f5160b8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
5 changes: 1 addition & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.0a4 (unreleased)
4.0a4 (2017-05-12)
------------------

Bugs Fixed
Expand All @@ -28,9 +28,6 @@ Features Added
- zope.dottedname = 4.2.0
- zope.i18nmessageid = 4.1.0

Restructuring
+++++++++++++


4.0a3 (2017-05-03)
------------------
Expand Down
1 change: 1 addition & 0 deletions docs/maintenance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The following persons have access to the ``Zope2`` package on PyPI
(in order to release new versions):

- Hanno Schlichting
- Michael Howitz
- Tres Seaver

Steps for creating a new Zope release
Expand Down
2 changes: 1 addition & 1 deletion requirements-full.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-e git+https://github.com/zopefoundation/Zope.git@master#egg=Zope2
Zope2==4.0a4
AccessControl==4.0a6
Acquisition==4.4.2
AuthEncoding==4.0.0
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,15 @@ def _read_file(filename):
with open(os.path.join(HERE, filename)) as f:
return f.read()


README = _read_file('README.rst')
CHANGES = _read_file('CHANGES.rst')

__version__ = '4.0a4'

setup(
name='Zope2',
version='4.0a4.dev0',
version=__version__,
url='https://zope.readthedocs.io/en/latest/',
license='ZPL 2.1',
description='Zope2 application server / web framework',
Expand Down
2 changes: 1 addition & 1 deletion versions-prod.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Version pins for required and commonly used dependencies.

[versions]
Zope2 =
Zope2 = 4.0a4
AccessControl = 4.0a6
AuthEncoding = 4.0.0
Acquisition = 4.4.2
Expand Down

0 comments on commit f5160b8

Please sign in to comment.