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 6a2ab86 commit ed72bebCopy full SHA for ed72beb
RELEASE_NOTES.md
@@ -6,7 +6,7 @@
6
7
## Upgrading
8
9
-<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
+* Upgraded reporting client to v0.9.0
10
11
## New Features
12
pyproject.toml
@@ -27,7 +27,7 @@ classifiers = [
27
requires-python = ">= 3.11, < 4"
28
dependencies = [
29
"typing-extensions >= 4.6.1, < 5",
30
- "frequenz-client-reporting>=0.8.0, < 1",
+ "frequenz-client-reporting>=0.9.0, < 1",
31
"frequenz-client-common >= 0.2.0, < 0.3",
32
]
33
dynamic = ["version"]
0 commit comments