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 2f4329a commit f350a11Copy full SHA for f350a11
CHANGES.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-5.2 (unreleased)
+5.2 (2025-11-20)
5
----------------
6
7
- Switch to PEP 420 native namespace.
setup.py
@@ -16,7 +16,7 @@
16
17
18
setup(name='Products.PythonScripts',
19
- version='5.2.dev0',
+ version='5.2',
20
url='https://github.com/zopefoundation/Products.PythonScripts',
21
project_urls={
22
'Issue Tracker': ('https://github.com/zopefoundation/'
0 commit comments