Skip to content

Commit

Permalink
Preparing release 5.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 28, 2020
1 parent 3fccedf commit a0a8671
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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.0a1 (unreleased)
5.0a1 (2020-02-28)
------------------

- Enable WebDAV support independent of ``ZServer``
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _read_file(filename):
README = _read_file('README.rst')
CHANGES = _read_file('CHANGES.rst')

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


setup(
Expand Down

0 comments on commit a0a8671

Please sign in to comment.