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 26e881b commit c31b59cCopy full SHA for c31b59c
CHANGES.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
## Unreleased
4
+
5
+## v0.5.0 (2025-02-22)
6
- Improved Python API authentication when using URL-based connectivity,
7
by respecting the `credential` keyword argument
8
- Added basic example program about how to import a dashboard
grafana_import/constants.py
@@ -1,3 +1,3 @@
PKG_NAME = "grafana-import"
-PKG_VERSION = "0.4.0"
+PKG_VERSION = "0.5.0"
CONFIG_NAME = "conf/grafana-import.yml"
0 commit comments