Skip to content

Commit

Permalink
- prepare release 5.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Jun 15, 2023
1 parent bb95e60 commit bd390a2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Expand Up @@ -7,12 +7,12 @@ 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.3 (unreleased)
5.8.3 (2023-06-15)
------------------

- Fix handling of a request parameter of type ``file`` if no value
has been specified;
fixes `#1130 <https://github.com/zopefoundation/Zope/issues/1130>`_.
fixes `#1132 <https://github.com/zopefoundation/Zope/issues/1132>`_.

- Fix adding Page Templates without valid file input from the ZMI
(`#1130 <https://github.com/zopefoundation/Zope/issues/1130>`_)
Expand Down
1 change: 0 additions & 1 deletion buildout.cfg
Expand Up @@ -16,7 +16,6 @@ parts =
requirements
sources-dir = develop
auto-checkout =
RestrictedPython

[testenv]
PYTHONHASHSEED = random
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -27,7 +27,7 @@
# The short X.Y version
version = '5.8'
# The full version, including alpha/beta/rc tags
release = '5.8.2'
release = '5.8.3'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/maintenance.rst
Expand Up @@ -61,7 +61,7 @@ Steps for creating a new Zope release

- Run all tests::

$ bin/tox --pall
$ bin/tox -pall

- If the tests succeed, commit the changes.

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.8.3
AccessControl==6.1
Acquisition==5.0
AuthEncoding==5.0
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.8.3.dev0'
version = '5.8.3'

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

0 comments on commit bd390a2

Please sign in to comment.