This repository was archived by the owner on Apr 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
Python-RSA changelog
2
2
========================================
3
3
4
- Version 4.3 - released 2020-06-12
4
+ Version 4.3 & 4.5 - released 2020-06-12
5
5
----------------------------------------
6
6
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.
10
12
11
13
Two security fixes have also been backported, so 4.3 = 4.0 + these two fixes.
12
14
Original file line number Diff line number Diff line change 29
29
30
30
__author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly"
31
31
__date__ = "2020-06-12"
32
- __version__ = '4.3 '
32
+ __version__ = '4.5 '
33
33
34
34
# Do doctest if we're run directly
35
35
if __name__ == "__main__" :
Original file line number Diff line number Diff line change 21
21
22
22
if __name__ == '__main__' :
23
23
setup (name = 'rsa' ,
24
- version = '4.3 ' ,
24
+ version = '4.5 ' ,
25
25
description = 'Pure-Python RSA implementation' ,
26
26
long_description = long_description ,
27
27
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments