We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6d5d3 commit 10e422cCopy full SHA for 10e422c
CHANGES.rst
@@ -1,12 +1,18 @@
1
Changelog
2
=========
3
4
-4.14 (2022-12-16)
+4.15 (2022-12-16)
5
-----------------
6
7
- Fix insidious buildout configuration bug for tests against Zope 4.
8
9
-- Add support for Python 3.10 and 3.11.
+- Add support for Python 3.11.
10
+
11
12
+4.14 (2022-07-13)
13
+-----------------
14
15
+- Add support for Python 3.10.
16
17
- Remove unused classes ``SecurityManager`` and ``RivilegedUser`` from
18
``.tests.testBindings``.
setup.py
@@ -17,7 +17,7 @@
19
setup(name='Products.PythonScripts',
20
- version='4.14',
+ version='4.15',
21
url='https://github.com/zopefoundation/Products.PythonScripts',
22
project_urls={
23
'Issue Tracker': ('https://github.com/zopefoundation/'
0 commit comments