From 3d325aa0aa961810f914f5074032c1e8756cf5d8 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 3 Oct 2024 21:54:54 +0200 Subject: [PATCH] Release v0.3.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 ca46fc8..30d5f73 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,6 +3,8 @@ # History ## Unreleased + +## 0.3.0 (2024-10-03) * Permit invocation without configuration file for ad hoc operations. In this mode, the Grafana URL can optionally be defined using the environment variable `GRAFANA_URL`. diff --git a/grafana_import/constants.py b/grafana_import/constants.py index 9616c9a..e1e7bc7 100644 --- a/grafana_import/constants.py +++ b/grafana_import/constants.py @@ -1,3 +1,3 @@ PKG_NAME = "grafana-import" -PKG_VERSION = "0.3.0dev1" +PKG_VERSION = "0.3.0" CONFIG_NAME = "conf/grafana-import.yml"