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 1087c68 commit dc6c38fCopy full SHA for dc6c38f
CHANGES.rst
@@ -1,7 +1,7 @@
1
Changes
2
=======
3
4
-7.3 (unreleased)
+7.3 (2024-09-30)
5
----------------
6
7
- Increase the safety level of ``safer_getattr`` allowing applications to use
setup.py
@@ -30,7 +30,7 @@ def read(*rnames):
30
]
31
32
setup(name='RestrictedPython',
33
- version='7.3.dev0',
+ version='7.3',
34
url='https://github.com/zopefoundation/RestrictedPython',
35
license='ZPL 2.1',
36
description=(
0 commit comments