Skip to content

Commit 4353944

Browse files
committed
chore(release): Bump version number to 1.0.0 and update changelog
1 parent 5fcfe30 commit 4353944

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Changelog
33
=========
44

5+
-------------------
6+
1.0.0 - 2025-01-05
7+
-------------------
8+
9+
Refactor
10+
========
11+
12+
- Generic
13+
14+
- Support only Python version greater or euqal than 3.9
15+
- Use pyproject.toml instead of setup.py
16+
517
-------------------
618
0.12.6 - 2024-12-08
719
-------------------

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
44

55
[project]
66
name = 'CryptoDataHub'
7-
version = '0.12.6'
7+
version = '1.0.0'
88
description = 'Repository of cryptography-related data'
99
authors = [
1010
{name = 'Szilárd Pfeiffer', email = 'coroner@pfeifferszilard.hu'}
@@ -13,7 +13,7 @@ maintainers = [
1313
{name = 'Szilárd Pfeiffer', email = 'coroner@pfeifferszilard.hu'}
1414
]
1515
classifiers=[
16-
'Development Status :: 4 - Beta',
16+
'Development Status :: 5 - Production/Stable',
1717
'Environment :: Console',
1818
'Framework :: tox',
1919
'Intended Audience :: Information Technology',

0 commit comments

Comments
 (0)