Skip to content

Commit

Permalink
prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed May 22, 2017
1 parent 30d6400 commit cb856bd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13 deletions.
13 changes: 3 additions & 10 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@ 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.0a5 (unreleased)
4.0a5 (2017-05-22)
------------------

Bugs Fixed
++++++++++


Features Added
++++++++++++++

- Many changes to support Python 3.

- Updated distributions:

- AccessControl = 4.0a7
Expand All @@ -25,11 +23,6 @@ Features Added
- zExceptions = 3.6.1


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



4.0a4 (2017-05-12)
------------------

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.0a5
AccessControl==4.0a7
Acquisition==4.4.2
AuthEncoding==4.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def _read_file(filename):
README = _read_file('README.rst')
CHANGES = _read_file('CHANGES.rst')

__version__ = '4.0a5.dev0'
__version__ = '4.0a5'

setup(
name='Zope2',
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.0a5
AccessControl = 4.0a7
AuthEncoding = 4.0.0
Acquisition = 4.4.2
Expand Down

0 comments on commit cb856bd

Please sign in to comment.