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 23adea0 commit 4fdc55fCopy full SHA for 4fdc55f
CHANGES.rst
@@ -5,6 +5,10 @@ Changelog
5
6
development
7
===========
8
+
9
10
+2022-01-22 0.2.0
11
+================
12
- Add example for annotating phenology data within Grafana
13
- Change license to AGPL-3.0
14
- Modernize dependency versions. Drop support for Python 3.6.
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "grafana-pandas-datasource"
3
-version = "0.1.2"
+version = "0.2.0"
4
description = "Serve NumPy data via pandas data frames to Grafana"
authors = [
"Andreas Motl <[email protected]>",
0 commit comments