Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Jan 23, 2022
1 parent d73b27c commit 960f14d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Changelog.rst
@@ -1,7 +1,7 @@
Changelog
=========

In progress
3.13.0 (23 January 2022)
++++++++++++++++++++++++++

New features
Expand All @@ -14,7 +14,7 @@ Resolved issues

Other changes
-------------
* Relax ECDSA requirements for FIPS 186 signatures and accept any SHA-2 or SHA-3 hash.
* Relaxed ECDSA requirements for FIPS 186 signatures and accept any SHA-2 or SHA-3 hash.
``sign()`` and ``verify()`` will be performed even if the hash is stronger than the ECC key.

3.12.0 (4 December 2021)
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, 12, '0')
version_info = (3, 13, '0')

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

0 comments on commit 960f14d

Please sign in to comment.