Skip to content

Commit

Permalink
chore(release): Bump version number to 0.12.2 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
c0r0n3r committed Jan 11, 2024
1 parent 01c8b53 commit b048895
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.2 - 2024-01-11
-------------------

Improvements
============

- Generic

- add metadata to documentation

-------------------
0.12.1 - 2023-12-13
-------------------
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.1'
__version__ = '0.12.2'
__description__ = 'An analysis oriented security protocol parser and generator'
__author__ = 'Szilárd Pfeiffer'
__author_email__ = 'coroner@pfeifferszilard.hu'
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.1
cryptodatahub==0.12.2
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 6f10ae to 4e2c5d

0 comments on commit b048895

Please sign in to comment.