Skip to content

Commit ab51783

Browse files
committed
- vb [ci skip]
1 parent d301c7f commit ab51783

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changes
22
=======
33

4+
8.2 (unreleased)
5+
----------------
6+
7+
48
8.1 (2025-10-19)
59
----------------
610

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = '8.1'
63+
version = '8.2'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '8.1'
65+
release = '8.2'
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def read(*rnames):
2525

2626

2727
setup(name='RestrictedPython',
28-
version='8.1',
28+
version='8.2.dev0',
2929
url='https://github.com/zopefoundation/RestrictedPython',
3030
license='ZPL-2.1',
3131
description=(

0 commit comments

Comments
 (0)