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 faca1e0 commit 80b55d5Copy full SHA for 80b55d5
3 files changed
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.1.5 (2023-09-17)
6
+
7
+### Fix
8
9
+* **deps:** Update dependency rich to v13.5.3 ([#120](https://github.com/34j/geekbench-browser-python/issues/120)) ([`faca1e0`](https://github.com/34j/geekbench-browser-python/commit/faca1e01f0ea6f97443d1adcf89f772ce319cd00))
10
11
## v0.1.4 (2023-09-02)
12
13
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "geekbench-browser-python"
-version = "0.1.4"
+version = "0.1.5"
description = "Simple package for getting data from browser.geekbench.com"
authors = ["34j <34j.95a2p@simplelogin.com>"]
license = "MIT"
src/geekbench_browser/__init__.py
@@ -1 +1 @@
-__version__ = "0.1.4"
+__version__ = "0.1.5"
0 commit comments