Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Aug 20, 2022
1 parent ac3eab0 commit dfcc12b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.rst
@@ -1,6 +1,13 @@
Changelog
=========

3.16.0 (xx xx 2022)
++++++++++++++++++++++++++

Resolved issues
---------------
* GH#639: ARC4 now also works with 'keys' as short as 8 bits.

3.15.0 (22 June 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, 15, '0')
version_info = (3, 16, '0b1')

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

0 comments on commit dfcc12b

Please sign in to comment.