Skip to content

Commit

Permalink
- prepare release 5.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Oct 4, 2023
1 parent aeaf2cd commit a1d8261
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ The change log for the previous version, Zope 4, is at
https://github.com/zopefoundation/Zope/blob/4.x/CHANGES.rst


5.8.6 (unreleased)
5.8.6 (2023-10-04)
------------------

- Make sure the object title in the ZMI breadcrumbs is quoted
to prevent a cross-site scripting issue.

- Update to newest compatible versions of dependencies.

- Base the inline/attachment logic developed for CVE-2023-42458
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
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.5'
release = '5.8.6'


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -82,7 +82,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'default'
html_theme = 'sphinx_rtd_theme'

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
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.8.6
AccessControl==6.2
Acquisition==5.0
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.8.6.dev0'
version = '5.8.6'

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

0 comments on commit a1d8261

Please sign in to comment.