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

Commit4834b90

Browse files
committed
Re-tagged 4.3 as 4.5
1 parent4d3025f commit4834b90

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

‎CHANGELOG.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
Python-RSA changelog
22
========================================
33

4-
Version 4.3 - released 2020-06-12
4+
Version 4.3& 4.5- released 2020-06-12
55
----------------------------------------
66

7-
Version 4.3 is almost a re-tagged release of version 4.0. It is the last to
8-
support Python 2.7. This is now made explicit in the `python_requires` argument
9-
in `setup.py`. Python 3.4 is not supported by this release.
7+
Version 4.3 and 4.5 are almost a re-tagged release of version 4.0. It is the
8+
last to support Python 2.7. This is now made explicit in the `python_requires`
9+
argument in `setup.py`. Python 3.4 is not supported by this release. There was a
10+
mistake releasing 4.4 as "3.5+ only", which made it necessary to retag 4.3 as
11+
4.5 as well.
1012

1113
Two security fixes have also been backported, so 4.3 = 4.0 + these two fixes.
1214

‎rsa/__init__.py

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

3030
__author__="Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly"
3131
__date__="2020-06-12"
32-
__version__='4.3'
32+
__version__='4.5'
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.3',
24+
version='4.5',
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