Skip to content

Commit

Permalink
Changelog and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed May 17, 2017
1 parent b7ccc84 commit 2e0f288
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

3.4.6 (18 May 2017)
+++++++++++++++++++++++

Resolved issues
---------------

* GH#65. Keccak, SHA3, SHAKE and the seek functionality for ChaCha20 were
not working on big endian machines. Fixed. Thanks to Mike Gilbert.
* A few fixes in the documentation.

3.4.5 (6 February 2017)
+++++++++++++++++++++++

Expand Down
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ All the code can be downloaded from `GitHub`_.
News
----

* **6 Feb 2017 (NEW)**. Bugfix release 3.4.5.
* **17 May 2017 (NEW)**. Bugfix release 3.4.6.
* 6 Feb 2017. Bugfix release 3.4.5.
* 1 Feb 2017. Bugfix release 3.4.4.
* 17 Oct 2016. Bugfix release 3.4.3.
* 8 Mar 2016. Bugfix release 3.4.2.
Expand Down
2 changes: 1 addition & 1 deletion lib/Crypto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
__all__ = ['Cipher', 'Hash', 'Protocol', 'PublicKey', 'Util', 'Signature',
'IO', 'Math']

version_info = (3, 4, 5)
version_info = (3, 4, 6)

0 comments on commit 2e0f288

Please sign in to comment.