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 77398fb commit 67a4faaCopy full SHA for 67a4faa
CHANGES.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-5.0 (unreleased)
+5.0 (2023-02-01)
5
----------------
6
7
- Drop support for Python 2.7, 3.5, 3.6.
setup.py
@@ -17,7 +17,7 @@
17
18
19
setup(name='Products.PythonScripts',
20
- version='5.0.dev0',
+ version='5.0',
21
url='https://github.com/zopefoundation/Products.PythonScripts',
22
project_urls={
23
'Issue Tracker': ('https://github.com/zopefoundation/'
0 commit comments