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 3f3950c commit 3a532d1Copy full SHA for 3a532d1
CHANGES.rst
@@ -1,7 +1,7 @@
1
Changes
2
=======
3
4
-5.2 (unreleased)
+5.2 (2021-11-19)
5
----------------
6
7
- Document that ``__name__`` is needed to define classes.
setup.py
@@ -32,7 +32,7 @@ def read(*rnames):
32
33
setup(
34
name='RestrictedPython',
35
- version='5.2.dev0',
+ version='5.2',
36
url='https://github.com/zopefoundation/RestrictedPython',
37
license='ZPL 2.1',
38
description=(
0 commit comments