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 e034c2f commit 6f1d9d0Copy full SHA for 6f1d9d0
CHANGES.rst
@@ -1,8 +1,8 @@
1
Changes
2
=======
3
4
-5.3 (unreleased)
5
-----------------
+5.3a1.dev0 (2022-04-13)
+-----------------------
6
7
- Allow to use the package with Python 3.11 -- Caution: No security audit has
8
been done so far.
setup.py
@@ -32,7 +32,7 @@ def read(*rnames):
32
33
setup(
34
name='RestrictedPython',
35
- version='5.3.dev0',
+ version='5.3a1.dev0',
36
url='https://github.com/zopefoundation/RestrictedPython',
37
license='ZPL 2.1',
38
description=(
0 commit comments