Skip to content

Commit e8f55cb

Browse files
committed
Bump version
1 parent fd4df59 commit e8f55cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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-
3.18.0 (under development)
4+
3.18.0 (18 May 2023)
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, 18, '0b0')
4+
version_info = (3, 18, '0')
55

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

0 commit comments

Comments
 (0)