Skip to content

Commit

Permalink
- prepare release 5.9
Browse files Browse the repository at this point in the history
dataflake committed Nov 24, 2023
1 parent 415d49e commit f28f0a8
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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.8.7 (unreleased)
------------------
5.9 (2023-11-24)
----------------

- Support form data in ``PUT`` requests (following the ``multipart`` example).
Fixes `#1182 <https://github.com/zopefoundation/Zope/issues/1182>`_.
@@ -25,7 +25,7 @@ https://github.com/zopefoundation/Zope/blob/4.x/CHANGES.rst

- Update to newest compatible versions of dependencies.

- New ``paste.filter_app_factory`` entry point ``content_length``.
- Add ``paste.filter_app_factory`` entry point ``content_length``.
This WSGI middleware component can be used with
WSGI servers which do not follow the PEP 3333 recommendation
regarding input handling for requests with
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -25,9 +25,9 @@
author = 'The Zope developer community'

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


# -- General configuration ---------------------------------------------------
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.9
AccessControl==6.3
Acquisition==5.1
AuthEncoding==5.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ def _read_file(filename):
README = _read_file('README.rst')
CHANGES = _read_file('CHANGES.rst')

version = '5.8.7.dev0'
version = '5.9'

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

[versions]
Zope =
Zope = 5.9
Zope2 = 4.0
AccessControl = 6.3
Acquisition = 5.1

0 comments on commit f28f0a8

Please sign in to comment.