Skip to content

Commit 10e422c

Browse files
committed
- fix up change log
1 parent 7f6d5d3 commit 10e422c

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGES.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
Changelog
22
=========
33

4-
4.14 (2022-12-16)
4+
4.15 (2022-12-16)
55
-----------------
66

77
- Fix insidious buildout configuration bug for tests against Zope 4.
88

9-
- Add support for Python 3.10 and 3.11.
9+
- Add support for Python 3.11.
10+
11+
12+
4.14 (2022-07-13)
13+
-----------------
14+
15+
- Add support for Python 3.10.
1016

1117
- Remove unused classes ``SecurityManager`` and ``RivilegedUser`` from
1218
``.tests.testBindings``.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
setup(name='Products.PythonScripts',
20-
version='4.14',
20+
version='4.15',
2121
url='https://github.com/zopefoundation/Products.PythonScripts',
2222
project_urls={
2323
'Issue Tracker': ('https://github.com/zopefoundation/'

0 commit comments

Comments
 (0)