Skip to content

Commit

Permalink
- prepare release 5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed May 18, 2024
1 parent 0187e3a commit fb70779
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ since the branch point at Zope 4.1.2.
The change log for the previous version, Zope 4, is at
https://github.com/zopefoundation/Zope/blob/4.x/CHANGES.rst

5.9.1 (unreleased)
------------------
5.10 (2024-05-18)
-----------------

- Recognize Page Templates by file extension for WebDAV.
(`#1212 <https://github.com/zopefoundation/Zope/issues/1212>`_)
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
author = 'The Zope developer community'

# The short X.Y version
version = '5.9'
version = '5.10'
# The full version, including alpha/beta/rc tags
release = '5.9'
release = '5.10'


# -- General configuration ---------------------------------------------------
Expand Down
6 changes: 2 additions & 4 deletions docs/maintenance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The following persons have access to the ``Zope`` package on PyPI
Steps for creating a new Zope release
+++++++++++++++++++++++++++++++++++++

- Make sure you have the necessary tools around and install the manually if
- Make sure you have the necessary tools around and install them manually if
needed::

$ bin/pip install -U wheel tox twine
Expand All @@ -40,9 +40,7 @@ Steps for creating a new Zope release

- Check the future PyPI long description for ReST errors::

$ cat README.rst <(echo) CHANGES.rst | bin/rst2html.py >/tmp/test.html && open /tmp/test.html

- Check in the changes.
$ cat README.rst <(echo) CHANGES.rst | bin/rst2html >/tmp/test.html && open /tmp/test.html

- Update version information in change log and ``setup.py`` and specify today’s
date as release date in the change log::
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=Zope
Zope==5.10
AccessControl==6.3
Acquisition==5.1
AuthEncoding==5.0
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.9.1.dev0'
version = '5.10'

setup(
name='Zope',
Expand Down
2 changes: 1 addition & 1 deletion versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Version pins for required and commonly used dependencies.

[versions]
Zope =
Zope = 5.10
Zope2 = 4.0
AccessControl = 6.3
Acquisition = 5.1
Expand Down

0 comments on commit fb70779

Please sign in to comment.