8000 Re-tagged 4.3 as 4.5 · sybrenstuvel/python-rsa@4834b90 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.

Commit 4834b90

Browse files 8000
committed
Re-tagged 4.3 as 4.5
1 parent 4d3025f commit 4834b90

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)
0