From dcc013967592faa6f1199c7c202510cd7a09b278 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Wed, 16 Oct 2024 18:33:29 +0200 Subject: [PATCH] Release v0.4.0 --- HISTORY.md | 2 ++ grafana_import/constants.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index f8fcd19..8fe877f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,6 +3,8 @@ # History ## Unreleased + +## 0.4.0 (2024-10-16) - Fixed folder argument issue - Fixed import dashboards into a folder - Added keep-uid argument to preserve the dashboard uid provided in file diff --git a/grafana_import/constants.py b/grafana_import/constants.py index e1e7bc7..697a6a0 100644 --- a/grafana_import/constants.py +++ b/grafana_import/constants.py @@ -1,3 +1,3 @@ PKG_NAME = "grafana-import" -PKG_VERSION = "0.3.0" +PKG_VERSION = "0.4.0" CONFIG_NAME = "conf/grafana-import.yml"