Skip to content

Commit

Permalink
- prepare release 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Sep 9, 2022
1 parent 6d0a19c commit 9f90138
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Expand Up @@ -7,14 +7,14 @@ 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.6 (unreleased)
5.6 (2022-09-09)
----------------

- Make Products.PageTemplate engine compatible with Chameleon 3.10.

- Update to newest compatible versions of dependencies.

- Add preliminary support for Python 3.11 (as of 3.11.0b5).
- Start work on Python 3.11 support, which will arrive in a later release.

- Fix cookie path parameter handling:
If the cookie path value contains ``%`` it is assumed to be
Expand Down
2 changes: 1 addition & 1 deletion requirements-full.txt
@@ -1,4 +1,4 @@
-e git+https://github.com/zopefoundation/Zope.git@master#egg=Zope
Zope==5.6
AccessControl==5.3.1
Acquisition==4.10
AuthEncoding==4.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -29,7 +29,7 @@ def _read_file(filename):
README = _read_file('README.rst')
CHANGES = _read_file('CHANGES.rst')

version = '5.6.dev0'
version = '5.6'

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

[versions]
Zope =
Zope = 5.6
Zope2 = 4.0
AccessControl = 5.3.1
Acquisition = 4.10
Expand Down

0 comments on commit 9f90138

Please sign in to comment.