Skip to content

Commit

Permalink
Back to development: 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Aug 13, 2020
1 parent eda76ab commit 19cde0f
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 @@ -7,6 +7,12 @@ The change log for the previous version, Zope 2.13, is at
https://zope.readthedocs.io/en/2.13/CHANGES.html


4.5.2 (unreleased)
------------------

- Nothing changed yet.


4.5.1 (2020-08-13)
------------------

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 = '4.5.1'
version = '4.5.2.dev0'


setup(
Expand Down

0 comments on commit 19cde0f

Please sign in to comment.