Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Aug 31, 2023
1 parent 89626b8 commit 39f9598
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v0.3.0 (2023-08-31)

### Feature

* Display accuracy column only when we have homogeneous data ([`e59383e`](https://github.com/Kraymer/pawnhub/commit/e59383e8358456f3a0846f41cc502795beebc2d6))

## v0.2.0 (2022-09-05)
### Feature
* Import games by batch of 1000 ([`65b0d67`](https://github.com/Kraymer/pawnhub/commit/65b0d677a14029ce0bac2547950954185ab4e5db))
Expand Down
2 changes: 1 addition & 1 deletion pawnhub/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

from pawnhub import display

__version__ = "0.2.0"
__version__ = "0.3.0"


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

0 comments on commit 39f9598

Please sign in to comment.