Skip to content

Commit d298477

Browse files
committed
Bump version
1 parent a6d5319 commit d298477

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Changelog
22
=========
33

4-
3.19.0 (under development)
4+
3.19.0 (16 September 2023)
55
++++++++++++++++++++++++++
66

77
New features
88
---------------
99
* The ``update()`` methods of TupleHash128 and TupleHash256 objects
1010
can now hash multiple items (byte strings) at once.
1111
Thanks to Sylvain Pelissier.
12-
* Added support for ECDH, with ``Crypto.Protocol.dh``.
12+
* Added support for ECDH, with ``Crypto.Protocol.DH``.
1313

1414
Resolved issues
1515
---------------

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

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

0 commit comments

Comments
 (0)