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 46d8a00 commit d301c7fCopy full SHA for d301c7f
CHANGES.rst
@@ -1,7 +1,7 @@
1
Changes
2
=======
3
4
-8.1 (unreleased)
+8.1 (2025-10-19)
5
----------------
6
7
- Allow to use the package with Python 3.14 including t-string support.
setup.py
@@ -25,7 +25,7 @@ def read(*rnames):
25
26
27
setup(name='RestrictedPython',
28
- version='8.1.dev0',
+ version='8.1',
29
url='https://github.com/zopefoundation/RestrictedPython',
30
license='ZPL-2.1',
31
description=(
0 commit comments