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 bd99348 commit efec649Copy full SHA for efec649
CHANGES.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-5.1 (unreleased)
+5.1 (2024-10-16)
5
----------------
6
7
- Fix behavior when uploading no file in ``Zope >= 5.8.1``.
@@ -13,6 +13,7 @@ Changelog
13
- Show Python Scripts source code in tracebacks.
14
`#64 <https://github.com/zopefoundation/Products.PythonScripts/issues/64>`_
15
16
+
17
5.0 (2023-02-01)
18
19
setup.py
@@ -17,7 +17,7 @@
setup(name='Products.PythonScripts',
20
- version='5.1.dev0',
+ version='5.1',
21
url='https://github.com/zopefoundation/Products.PythonScripts',
22
project_urls={
23
'Issue Tracker': ('https://github.com/zopefoundation/'
0 commit comments