Skip to content

Commit b048895

Browse files
committed
chore(release): Bump version number to 0.12.2 and update changelog
1 parent 01c8b53 commit b048895

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
Changelog
33
=========
44

5+
-------------------
6+
0.12.2 - 2024-01-11
7+
-------------------
8+
9+
Improvements
10+
============
11+
12+
- Generic
13+
14+
- add metadata to documentation
15+
516
-------------------
617
0.12.1 - 2023-12-13
718
-------------------

cryptoparser/__setup__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__title__ = 'CryptoParser'
44
__technical_name__ = __title__.lower()
5-
__version__ = '0.12.1'
5+
__version__ = '0.12.2'
66
__description__ = 'An analysis oriented security protocol parser and generator'
77
__author__ = 'Szilárd Pfeiffer'
88
__author_email__ = 'coroner@pfeifferszilard.hu'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
asn1crypto
22
attrs>=20.3.0,<22.0.1
3-
cryptodatahub==0.12.1
3+
cryptodatahub==0.12.2
44
python-dateutil
55
py2-ipaddress;python_version<"3.4"
66
typing;python_version<"3.5"

submodules/cryptodatahub

Submodule cryptodatahub updated from 6f10aef to 4e2c5d1

0 commit comments

Comments
 (0)