Skip to content

Commit

Permalink
Update to Changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Feb 4, 2022
1 parent 25a96ac commit 5c5db24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Changelog.rst
@@ -1,12 +1,13 @@
Changelog
=========

3.14.1 (IN PROGRESS)
3.14.1 (5 February 2022)
++++++++++++++++++++++++++

Resolved issues
---------------
* GH#595: Fixed memory leak for GMP integers.
Thanks to Witalij Siebert and Pablo Quílez.

3.14.0 (30 January 2022)
++++++++++++++++++++++++++
Expand Down
2 changes: 1 addition & 1 deletion lib/Crypto/__init__.py
@@ -1,6 +1,6 @@
__all__ = ['Cipher', 'Hash', 'Protocol', 'PublicKey', 'Util', 'Signature',
'IO', 'Math']

version_info = (3, 14, '1', 'b0')
version_info = (3, 14, '1')

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

0 comments on commit 5c5db24

Please sign in to comment.