Skip to content

Commit c13434d

Browse files
committed
chore(release): Bump version number to 0.12.4
1 parent a4db9c1 commit c13434d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Changelog
33
=========
44

5-
------
6-
0.12.4
7-
------
5+
-------------------
6+
0.12.4 - 2024-04-28
7+
-------------------
88

99
Notable fixes
1010
=============

cryptolyzer/__setup__.py

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

33
__title__ = 'CryptoLyzer'
44
__technical_name__ = __title__.lower()
5-
__version__ = '0.12.3'
5+
__version__ = '0.12.4'
66
__description__ = 'A comprehensive cryptographic settings analyzer'
77
__author__ = 'Szilárd Pfeiffer'
88
__author_email__ = '[email protected]'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ attrs>=20.3.0,<22.0.1
33
bs4
44
certvalidator
55
colorama
6-
cryptoparser>=0.12.3
6+
cryptoparser>=0.12.4
77
pathlib2==2.3.7.post1;python_version<"3.4"
88
pathlib2;python_version>="3.4"
99
pyfakefs

submodules/cryptoparser

Submodule cryptoparser updated from 2a7cf37 to 771a643

0 commit comments

Comments
 (0)