From a7fb170e68a796e63105fad14da29dc84cc1e457 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 2 Sep 2022 18:37:04 +0000 Subject: [PATCH] 0.1.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pawnhub/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35831de..327e38d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## 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)) diff --git a/pawnhub/__init__.py b/pawnhub/__init__.py index ed5536e..0a90332 100644 --- a/pawnhub/__init__.py +++ b/pawnhub/__init__.py @@ -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")