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 55213a3 commit f3236aaCopy full SHA for f3236aa
3 files changed
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.1.6 (2023-09-30)
6
+
7
+### Fix
8
9
+* **deps:** Update dependency rich to v13.6.0 ([#127](https://github.com/34j/geekbench-browser-python/issues/127)) ([`55213a3`](https://github.com/34j/geekbench-browser-python/commit/55213a327f9ba3f11cb25104493fe3d61f3e8de7))
10
11
## v0.1.5 (2023-09-17)
12
13
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "geekbench-browser-python"
-version = "0.1.5"
+version = "0.1.6"
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.5"
+__version__ = "0.1.6"
0 commit comments