Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Sep 2, 2022
1 parent 3f395ee commit a7fb170
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v0.1.1 (2022-09-02)
### Fix
* Reduce tox dependency ([`3f395ee`](https://github.com/Kraymer/pawnhub/commit/3f395ee6797d2e07b9c810147e8c79b0dcaf9b19))

## v0.1.0 (2022-09-02)
### Feature
* Display error message when pgn-extract is required but missing ([#6](https://github.com/Kraymer/pawnhub/issues/6)) ([`c504c93`](https://github.com/Kraymer/pawnhub/commit/c504c930123a05e3bfc5ab3b4d583d19c6b24df0))
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.1.0"
__version__ = "0.1.1"


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

0 comments on commit a7fb170

Please sign in to comment.