Skip to content

Commit 5e40a18

Browse files
committed
Bump version
1 parent cd4cb45 commit 5e40a18

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
Under development
4+
3.21.0 (30 September 2024)
55
++++++++++++++++++++++++++
66

77
New features

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, 21, '0b0')
4+
version_info = (3, 21, '0')
55

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

0 commit comments

Comments
 (0)