Skip to content

Commit a7fb170

Browse files
actions-usergithub-actions
authored andcommitted
0.1.1
Automatically generated by python-semantic-release
1 parent 3f395ee commit a7fb170

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

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

5+
## v0.1.1 (2022-09-02)
6+
### Fix
7+
* Reduce tox dependency ([`3f395ee`](https://github.com/Kraymer/pawnhub/commit/3f395ee6797d2e07b9c810147e8c79b0dcaf9b19))
8+
59
## v0.1.0 (2022-09-02)
610
### Feature
711
* 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))

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.1.0"
28+
__version__ = "0.1.1"
2929

3030

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

0 commit comments

Comments
 (0)