Skip to content

Commit

Permalink
Back to development: 5.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Sep 21, 2023
1 parent 13596df commit 1af5fe7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ The change log for the previous version, Zope 4, is at
https://github.com/zopefoundation/Zope/blob/4.x/CHANGES.rst


5.8.6 (unreleased)
------------------

- Nothing changed yet.


5.8.5 (2023-09-21)
------------------

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.8.5'
version = '5.8.6.dev0'

setup(
name='Zope',
Expand Down

0 comments on commit 1af5fe7

Please sign in to comment.