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 e2fbd8d commit 7f22853Copy full SHA for 7f22853
CHANGES.rst
@@ -1,8 +1,8 @@
1
Changes
2
=======
3
4
-8.1 (unreleased)
5
-----------------
+8.1a1.dev0 (2025-03-20)
+-----------------------
6
7
- Allow to use the package with Python 3.14 -- Caution: No security
8
audit has been done so far.
setup.py
@@ -25,7 +25,7 @@ def read(*rnames):
25
26
27
setup(name='RestrictedPython',
28
- version='8.1.dev0',
+ version='8.1a1.dev0',
29
url='https://github.com/zopefoundation/RestrictedPython',
30
license='ZPL-2.1',
31
description=(
0 commit comments