Skip to content

Commit c31b59c

Browse files
committed
Release v0.5.0
1 parent 26e881b commit c31b59c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## v0.5.0 (2025-02-22)
46
- Improved Python API authentication when using URL-based connectivity,
57
by respecting the `credential` keyword argument
68
- Added basic example program about how to import a dashboard

grafana_import/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
PKG_NAME = "grafana-import"
2-
PKG_VERSION = "0.4.0"
2+
PKG_VERSION = "0.5.0"
33
CONFIG_NAME = "conf/grafana-import.yml"

0 commit comments

Comments
 (0)