Skip to content

Commit

Permalink
Merge branch 'version-3.4-repackaging'
Browse files Browse the repository at this point in the history
  • Loading branch information
sybrenstuvel committed Mar 26, 2016
2 parents 2c6cd15 + 61b4ac2 commit e5839ee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ Version 4.0 - in development
- Ensured that PublicKey.save_pkcs1() and PrivateKey.save_pkcs1() always return bytes.
- Dropped support for Python 2.6


Version 3.4.1 - released 2006-03-26
----------------------------------------

- Included tests/private.pem in MANIFEST.in
- Included README.md and CHANGELOG.txt in MANIFEST.in


Version 3.4 - released 2006-03-17
----------------------------------------

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include README.md
include CHANGELOG.txt
include LICENSE
include *.py
recursive-include rsa *.py
Expand Down
2 changes: 1 addition & 1 deletion rsa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
VerificationError

__author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly"
__date__ = "2016-03-17"
__date__ = "2016-03-26"
__version__ = '4.0-alpha'

# Do doctest if we're run directly
Expand Down

0 comments on commit e5839ee

Please sign in to comment.