Skip to content

Commit 0c195ec

Browse files
actions-usergithub-actions
authored andcommitted
0.2.0
Automatically generated by python-semantic-release
1 parent 65b0d67 commit 0c195ec

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.2.0 (2022-09-05)
6+
### Feature
7+
* Upgrade pawnstore dependency to 0.2.0 ([`65b0d67`](https://github.com/Kraymer/pawnhub/commit/65b0d677a14029ce0bac2547950954185ab4e5db))
8+
59
## v0.1.1 (2022-09-02)
610
### Fix
711
* Reduce tox dependency ([`3f395ee`](https://github.com/Kraymer/pawnhub/commit/3f395ee6797d2e07b9c810147e8c79b0dcaf9b19))

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.1"
28+
__version__ = "0.2.0"
2929

3030

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

0 commit comments

Comments
 (0)