We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff31da commit 771a643Copy full SHA for 771a643
CHANGELOG.rst
@@ -2,9 +2,9 @@
2
Changelog
3
=========
4
5
-------
6
-0.12.4
7
+-------------------
+0.12.4 - 2024-04-28
8
9
Notable fixes
10
=============
cryptoparser/__setup__.py
@@ -2,7 +2,7 @@
__title__ = 'CryptoParser'
__technical_name__ = __title__.lower()
-__version__ = '0.12.3'
+__version__ = '0.12.4'
__description__ = 'An analysis oriented security protocol parser and generator'
__author__ = 'Szilárd Pfeiffer'
__author_email__ = 'coroner@pfeifferszilard.hu'
requirements.txt
@@ -1,6 +1,6 @@
1
asn1crypto
attrs>=20.3.0,<22.0.1
-cryptodatahub==0.12.3
+cryptodatahub==0.12.4
python-dateutil
py2-ipaddress;python_version<"3.4"
typing;python_version<"3.5"
submodules/cryptodatahub
0 commit comments