Skip to content

Commit 3a532d1

Browse files
author
Michael Howitz
committed
Preparing release 5.2
1 parent 3f3950c commit 3a532d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes
22
=======
33

4-
5.2 (unreleased)
4+
5.2 (2021-11-19)
55
----------------
66

77
- Document that ``__name__`` is needed to define classes.

setup.py

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

3333
setup(
3434
name='RestrictedPython',
35-
version='5.2.dev0',
35+
version='5.2',
3636
url='https://github.com/zopefoundation/RestrictedPython',
3737
license='ZPL 2.1',
3838
description=(

0 commit comments

Comments
 (0)