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 b1ef5ba commit a5ab235Copy full SHA for a5ab235
CHANGES.rst
@@ -1,7 +1,7 @@
1
Changes
2
=======
3
4
-7.2 (unreleased)
+7.2 (2024-08-02)
5
----------------
6
7
- Remove unneeded setuptools fossils that may cause installation problems
setup.py
@@ -30,7 +30,7 @@ def read(*rnames):
30
]
31
32
setup(name='RestrictedPython',
33
- version='7.2.dev0',
+ version='7.2',
34
url='https://github.com/zopefoundation/RestrictedPython',
35
license='ZPL 2.1',
36
description=(
0 commit comments