File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,14 @@ Version 4.0 - in development
1313- Ensured that PublicKey.save_pkcs1() and PrivateKey.save_pkcs1() always return bytes.
1414- Dropped support for Python 2.6
1515
16+
17+ Version 3.4.1 - released 2006-03-26
18+ ----------------------------------------
19+
20+ - Included tests/private.pem in MANIFEST.in
21+ - Included README.md and CHANGELOG.txt in MANIFEST.in
22+
23+
1624Version 3.4 - released 2006-03-17
1725----------------------------------------
1826
Original file line number Diff line number Diff line change 11include README.md
2+ include CHANGELOG.txt
23include LICENSE
34include *.py
45recursive-include rsa *.py
Original file line number Diff line number Diff line change 2929 VerificationError
3030
3131__author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly"
32- __date__ = "2016-03-17 "
32+ __date__ = "2016-03-26 "
3333__version__ = '4.0-alpha'
3434
3535# Do doctest if we're run directly
You can’t perform that action at this time.
0 commit comments