Skip to content

Commit e5839ee

Browse files
committed
Merge branch 'version-3.4-repackaging'
2 parents 2c6cd15 + 61b4ac2 commit e5839ee

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1624
Version 3.4 - released 2006-03-17
1725
----------------------------------------
1826

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
include README.md
2+
include CHANGELOG.txt
23
include LICENSE
34
include *.py
45
recursive-include rsa *.py

rsa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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

0 commit comments

Comments
 (0)