Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Nov 11, 2019
1 parent ef1e4a4 commit f6485b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

3.9.3 (12 November 2019)
++++++++++++++++++++++++

Resolved issues
---------------
* GH#308: Align stack of functions using SSE2 intrinsics to avoid crashes,
when compiled with gcc on 32-bit x86 platforms.

3.9.2 (10 November 2019)
++++++++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion lib/Crypto/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__all__ = ['Cipher', 'Hash', 'Protocol', 'PublicKey', 'Util', 'Signature',
'IO', 'Math']

version_info = (3, 9, '2')
version_info = (3, 9, '3')

__version__ = ".".join([str(x) for x in version_info])

0 comments on commit f6485b7

Please sign in to comment.