Skip to content

Commit

Permalink
chore(release): Bump version number to 0.12.5 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
c0r0n3r committed May 26, 2024
1 parent 6591163 commit b8877ad
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Changelog
=========

-------------------
0.12.5 - 2024-05-25
-------------------

Refactor
========

- Generic

- Unify pyfakefs related test classes

-------------------
0.12.4 - 2024-04-28
-------------------
Expand Down
2 changes: 1 addition & 1 deletion cryptoparser/__setup__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__title__ = 'CryptoParser'
__technical_name__ = __title__.lower()
__version__ = '0.12.4'
__version__ = '0.12.5'
__description__ = 'An analysis oriented security protocol parser and generator'
__author__ = 'Szilárd Pfeiffer'
__author_email__ = '[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
asn1crypto
attrs>=20.3.0,<22.0.1
cryptodatahub==0.12.4
cryptodatahub==0.12.5
python-dateutil
py2-ipaddress;python_version<"3.4"
typing;python_version<"3.5"
Expand Down
2 changes: 1 addition & 1 deletion submodules/cryptodatahub
Submodule cryptodatahub updated from d0ba28 to 2bac45

0 comments on commit b8877ad

Please sign in to comment.