|
1 | 1 | # Python-RSA changelog
|
2 | 2 |
|
3 | 3 |
|
4 |
| -## Version 4.4.1 - released 2020-06-12 |
| 4 | +## Version 4.4 & 4.6 - released 2020-06-12 |
5 | 5 |
|
6 |
| -This makes Python 3.8 support explicit in `setup.py`. |
7 |
| - |
8 |
| - |
9 |
| -## Version 4.4 - released 2020-06-12 |
10 |
| - |
11 |
| -Version 4.3 is almost a re-tagged release of version 4.0. It requires Python |
12 |
| -3.5+. To avoid older Python installations from trying to upgrade to RSA 4.4, |
13 |
| -this is now made explicit in the `python_requires` argument in `setup.py`. |
| 6 | +Version 4.4 and 4.6 are almost a re-tagged release of version 4.2. It requires |
| 7 | +Python 3.5+. To avoid older Python installations from trying to upgrade to RSA |
| 8 | +4.4, this is now made explicit in the `python_requires` argument in `setup.py`. |
| 9 | +There was a mistake releasing 4.4 as "3.5+ only", which made it necessary to |
| 10 | +retag 4.4 as 4.6 as well. |
14 | 11 |
|
15 | 12 | No functional changes compared to version 4.2.
|
16 | 13 |
|
17 | 14 |
|
18 | 15 | ## Version 4.3 - released 2020-06-12
|
19 | 16 |
|
20 |
| -Version 4.3 is almost a re-tagged release of version 4.0. It is the last to |
21 |
| -support Python 2.7. This is now made explicit in the `python_requires` argument |
22 |
| -in `setup.py`. Python 3.4 is not supported by this release. |
| 17 | +Version 4.3 and 4.5 are almost a re-tagged release of version 4.0. It is the |
| 18 | +last to support Python 2.7. This is now made explicit in the `python_requires` |
| 19 | +argument in `setup.py`. Python 3.4 is not supported by this release. There was a |
| 20 | +mistake releasing 4.4 as "3.5+ only", which made it necessary to retag 4.3 as |
| 21 | +4.5 as well. |
23 | 22 |
|
24 | 23 | Two security fixes have also been backported, so 4.3 = 4.0 + these two fixes.
|
25 | 24 |
|
|
0 commit comments