Skip to content

Commit

Permalink
- prepare release 4.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Jul 31, 2021
1 parent 869f947 commit 67c557a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The change log for the previous version, Zope 2.13, is at
https://zope.readthedocs.io/en/2.13/CHANGES.html


4.6.3 (unreleased)
4.6.3 (2021-07-31)
------------------

- Update the ``AccessControl`` version pin to fix a remote code execution issue
Expand All @@ -18,7 +18,7 @@ https://zope.readthedocs.io/en/2.13/CHANGES.html

- make sure "Manager" users can always modify proxy roles
(`see Products.PythonScripts#50
<https://github.com/zopefoundation/Products.PythonScripts/issues/50>`_)
<https://github.com/zopefoundation/Products.PythonScripts/issues/50>`_)

- Update dependencies to the latest releases that still support Python 2.

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 @@
Zope==<5
Zope==4.6.3
AccessControl==4.3
Acquisition==4.7
AuthEncoding==4.2.1
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 = '4.6.3.dev0'
version = '4.6.3'


setup(
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 = <5
Zope = 4.6.3
Zope2 = 4.0
# AccessControl 5+ no longer supports Zope 4.
AccessControl = 4.3
Expand Down

0 comments on commit 67c557a

Please sign in to comment.