Skip to content

Commit 8766407

Browse files
committed
Bumped version to 4.7.2
1 parent 130eb4e commit 8766407

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python-RSA changelog
22

3-
## Version 4.7.2 - in development
3+
## Version 4.7.2 - released 2021-02-24
44

55
- Fix picking/unpickling issue introduced in 4.7
66
([#173](https://github.com/sybrenstuvel/python-rsa/issues/173)

rsa/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
VerificationError, find_signature_hash, sign_hash, compute_hash
2727

2828
__author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly"
29-
__date__ = '2021-02-15'
30-
__version__ = '4.7.1'
29+
__date__ = '2021-02-24'
30+
__version__ = '4.7.2'
3131

3232
# Do doctest if we're run directly
3333
if __name__ == "__main__":

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
if __name__ == '__main__':
2727
setup(name='rsa',
28-
version='4.7.1',
28+
version='4.7.2',
2929
description='Pure-Python RSA implementation',
3030
long_description=long_description,
3131
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)