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

Commit4ed79bc

Browse files
committed
Bumped version to 4.3
1 parenta1f221b commit4ed79bc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎doc/conf.py

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

4747
# General information about the project.
4848
project=u'Python-RSA'
49-
copyright=u'2011-2018, Sybren A. Stüvel'
49+
copyright=u'2011-2020, Sybren A. Stüvel'
5050

5151
# The version info for the project you're documenting, acts as replacement for
5252
# |version| and |release|, also used in various other places throughout the

‎rsa/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
VerificationError,find_signature_hash,sign_hash,compute_hash
2929

3030
__author__="Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly"
31-
__date__="2018-09-16"
32-
__version__='4.0'
31+
__date__="2020-06-12"
32+
__version__='4.3'
3333

3434
# Do doctest if we're run directly
3535
if__name__=="__main__":

‎setup.py

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

2222
if__name__=='__main__':
2323
setup(name='rsa',
24-
version='4.0',
24+
version='4.3',
2525
description='Pure-Python RSA implementation',
2626
long_description=long_description,
2727
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp