Skip to content

Commit 39f9598

Browse files
author
github-actions
committed
0.3.0
Automatically generated by python-semantic-release
1 parent 89626b8 commit 39f9598

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

33
<!--next-version-placeholder-->
44

5+
## v0.3.0 (2023-08-31)
6+
7+
### Feature
8+
9+
* Display accuracy column only when we have homogeneous data ([`e59383e`](https://github.com/Kraymer/pawnhub/commit/e59383e8358456f3a0846f41cc502795beebc2d6))
10+
511
## v0.2.0 (2022-09-05)
612
### Feature
713
* Import games by batch of 1000 ([`65b0d67`](https://github.com/Kraymer/pawnhub/commit/65b0d677a14029ce0bac2547950954185ab4e5db))

pawnhub/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
from pawnhub import display
2727

28-
__version__ = "0.2.0"
28+
__version__ = "0.3.0"
2929

3030

3131
APP_TEMP_DIR = os.path.join(tempfile.gettempdir(), "pawnhub")

0 commit comments

Comments
 (0)