Skip to content

Commit

Permalink
Merge branch 'master' into single_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed Mar 14, 2024
2 parents 95a8496 + 67f3c1b commit 8480863
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
Changes
=======

7.1 (unreleased)
7.2 (unreleased)
----------------

- Allow to use the package with Python 3.13 -- Caution: No security
audit has been done so far.


7.1 (2024-03-14)
----------------

- Add support for the matmul (``@``) operator.
- Add support for single mode statements / execution.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def read(*rnames):

setup(
name='RestrictedPython',
version='7.1.dev0',
version='7.2.dev0',
url='https://github.com/zopefoundation/RestrictedPython',
license='ZPL 2.1',
description=(
Expand Down

0 comments on commit 8480863

Please sign in to comment.