Skip to content

Commit

Permalink
Back to development: 5.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 28, 2020
1 parent d229676 commit 823d3c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Expand Up @@ -6,6 +6,12 @@ These are all the changes for Zope 5, starting with the alpha releases.
The change log for the previous version, Zope 4, is at
https://github.com/zopefoundation/Zope/blob/4.x/CHANGES.rst

5.0a2 (unreleased)
------------------

- Nothing changed yet.


5.0a1 (2020-02-28)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -29,7 +29,7 @@ def _read_file(filename):
README = _read_file('README.rst')
CHANGES = _read_file('CHANGES.rst')

version = '5.0a1'
version = '5.0a2.dev0'


setup(
Expand Down

0 comments on commit 823d3c3

Please sign in to comment.