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 11Python-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
1113Two security fixes have also been backported, so 4.3 = 4.0 + these two fixes.
1214
Original file line number Diff line number Diff line change 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
3535if __name__ == "__main__" :
Original file line number Diff line number Diff line change 2121
2222if __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' ,
You can’t perform that action at this time.
0 commit comments