Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8766407

Browse files
committed
Bumped version to 4.7.2
1 parent130eb4e commit8766407

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)

[8]ページ先頭

©2009-2025 Movatter.jp