From 6c893115bdac0d990941992017912383f53d78f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szil=C3=A1rd=20Pfeiffer?= Date: Wed, 1 May 2024 12:17:41 +0200 Subject: [PATCH] chore(release): Bump version number to 0.12.4 and update changelog --- CHANGELOG.rst | 8 ++++---- cryptodatahub/__setup__.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index eb8a75f..1557b35 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,9 +2,9 @@ Changelog ========= ------- -0.12.4 ------- +------------------- +0.12.4 - 2024-04-28 +------------------- Features ======== @@ -14,7 +14,7 @@ Features - add supported protocol version to clients (#23) ------------------- -0.12.3 - 2024-0-051 +0.12.3 - 2024-03-05 ------------------- Notable fixes diff --git a/cryptodatahub/__setup__.py b/cryptodatahub/__setup__.py index da078e4..0f37735 100644 --- a/cryptodatahub/__setup__.py +++ b/cryptodatahub/__setup__.py @@ -2,7 +2,7 @@ __title__ = 'CryptoDataHub' __technical_name__ = __title__.lower() -__version__ = '0.12.3' +__version__ = '0.12.4' __description__ = 'Repository of cryptography-related data' __author__ = 'Szilárd Pfeiffer' __author_email__ = 'coroner@pfeifferszilard.hu'