Skip to content

Commit b8877ad

Browse files
committed
chore(release): Bump version number to 0.12.5 and update changelog
1 parent 6591163 commit b8877ad

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.5 - 2024-05-25
7+
-------------------
8+
9+
Refactor
10+
========
11+
12+
- Generic
13+
14+
- Unify pyfakefs related test classes
15+
516
-------------------
617
0.12.4 - 2024-04-28
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.4'
5+
__version__ = '0.12.5'
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.4
3+
cryptodatahub==0.12.5
44
python-dateutil
55
py2-ipaddress;python_version<"3.4"
66
typing;python_version<"3.5"

submodules/cryptodatahub

Submodule cryptodatahub updated from d0ba288 to 2bac454

0 commit comments

Comments
 (0)