Skip to content

Commit

Permalink
chore(release): Bump version number to 0.10.2 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
c0r0n3r committed Sep 28, 2023
1 parent 99ecec3 commit 4e289ef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

0.10.2 - 2023-09-28
-------------------

Improvements
~~~~~~~~~~~~

- Generic

- implement value to object converter (#11)

0.10.1 - 2023-08-29
-------------------

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

__title__ = 'CryptoDataHub'
__technical_name__ = __title__.lower()
__version__ = '0.10.1'
__version__ = '0.10.2'
__description__ = 'Repository of cryptography-related data'
__author__ = 'Szilárd Pfeiffer'
__author_email__ = '[email protected]'
Expand Down

0 comments on commit 4e289ef

Please sign in to comment.