Skip to content

Commit

Permalink
chore(release): Bump version number to 1.0.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
c0r0n3r committed Jan 5, 2025
1 parent 5fcfe30 commit 4353944
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog
=========

-------------------
1.0.0 - 2025-01-05
-------------------

Refactor
========

- Generic

- Support only Python version greater or euqal than 3.9
- Use pyproject.toml instead of setup.py

-------------------
0.12.6 - 2024-12-08
-------------------
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'CryptoDataHub'
version = '0.12.6'
version = '1.0.0'
description = 'Repository of cryptography-related data'
authors = [
{name = 'Szilárd Pfeiffer', email = '[email protected]'}
Expand All @@ -13,7 +13,7 @@ maintainers = [
{name = 'Szilárd Pfeiffer', email = '[email protected]'}
]
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Framework :: tox',
'Intended Audience :: Information Technology',
Expand Down

0 comments on commit 4353944

Please sign in to comment.