Skip to content

Commit f54108b

Browse files
committed
Bump version
1 parent 3d065d6 commit f54108b

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.16.0 (xx xx 2022)
4+
3.16.0 (26 November 2022)
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, 16, '0b1')
4+
version_info = (3, 16, '0')
55

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

0 commit comments

Comments
 (0)