Skip to content

Commit

Permalink
- prepare release 5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Oct 11, 2024
1 parent 2de73cc commit f2a53e8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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.11 (unreleased)
5.11 (2024-10-11)
-----------------

- Add support for Python 3.13.
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.10'
version = '5.11'
# The full version, including alpha/beta/rc tags
release = '5.10'
release = '5.11'


# -- General configuration ---------------------------------------------------
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.11
AccessControl==7.1
Acquisition==6.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.11.dev0'
version = '5.11'

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.11
Zope2 = 4.0
AccessControl = 7.1
Acquisition = 6.1
Expand Down

0 comments on commit f2a53e8

Please sign in to comment.