Skip to content

Commit

Permalink
Bump version to 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Oct 17, 2016
1 parent 9b12b8d commit dff9b90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

Future release
++++++++++++++
3.4.3 (17 October 2016)
+++++++++++++++++++++++

Resolved issues
---------------
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
----

* **8 Mar 2016 (NEW)**. Bugfix release 3.4.2.
* **17 Oct 2016 (NEW)**. Bugfix release 3.4.3.
* 8 Mar 2016. Bugfix release 3.4.2.
* 21 Feb 2016. Release 3.4.1.
* 7 Feb 2016. Release 3.4.
* Nov 2015. Release 3.3.1.
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, 2)
version_info = (3, 4, 3)

0 comments on commit dff9b90

Please sign in to comment.