Skip to content

Commit 2c3a890

Browse files
committed
Fixed changelog
1 parent 2816c3e commit 2c3a890

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
3.24.0 (under development)
5+
++++++++++++++++++++++++++
6+
7+
Resolved issues
8+
---------------
9+
* GH#875: Fixed the Object Identifiers (OID) for BLAKE2.
10+
411
3.23.0 (17 May 2025)
512
++++++++++++++++++++++++++
613

lib/Crypto/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__all__ = ['Cipher', 'Hash', 'Protocol', 'PublicKey', 'Util', 'Signature',
22
'IO', 'Math']
33

4-
version_info = (3, 23, '0')
4+
version_info = (3, 24, '0b0')
55

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

0 commit comments

Comments
 (0)