We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b0d67 commit 0c195ecCopy full SHA for 0c195ec
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
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
+
9
## v0.1.1 (2022-09-02)
10
### Fix
11
* Reduce tox dependency ([`3f395ee`](https://github.com/Kraymer/pawnhub/commit/3f395ee6797d2e07b9c810147e8c79b0dcaf9b19))
pawnhub/__init__.py
@@ -25,7 +25,7 @@
25
26
from pawnhub import display
27
28
-__version__ = "0.1.1"
+__version__ = "0.2.0"
29
30
31
APP_TEMP_DIR = os.path.join(tempfile.gettempdir(), "pawnhub")
0 commit comments