From 7c1790eb68c4acca7de510067319d5e3e78654b5 Mon Sep 17 00:00:00 2001 From: JamesGibo <22477854+JamesGibo@users.noreply.github.com> Date: Thu, 24 Feb 2022 15:59:17 +0000 Subject: [PATCH] Prep for 0.6.2 release (#465) --- CHANGELOG.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fc802a0e..855baa18 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog ========= +0.6.2 (2022-02-24) +================== + * Added percentage type for thresholds * Added ``datasource`` parameter to CloudWatch targets * Added support for auto panels ids to AlertList panel @@ -10,6 +13,7 @@ Changelog * Added ``alertName`` parameter to AlertList panel * Added ``thresholdsStyleMode`` parameter to TimeSeries panel * Added Histogram panel support +* Dashboard upload script updated to support overwriting dashboards 0.6.1 (2021-11-23) ================== diff --git a/setup.py b/setup.py index 5b850f73..6c7bbb67 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def local_file(name): # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.6.1', + version='0.6.2', description='Library for building Grafana dashboards', long_description=open(README).read(), url='https://github.com/weaveworks/grafanalib',