Skip to content

Commit 7c1790e

Browse files
authored
Prep for 0.6.2 release (#465)
1 parent 23a5dc2 commit 7c1790e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog
33
=========
44

5+
0.6.2 (2022-02-24)
6+
==================
7+
58
* Added percentage type for thresholds
69
* Added ``datasource`` parameter to CloudWatch targets
710
* Added support for auto panels ids to AlertList panel
@@ -10,6 +13,7 @@ Changelog
1013
* Added ``alertName`` parameter to AlertList panel
1114
* Added ``thresholdsStyleMode`` parameter to TimeSeries panel
1215
* Added Histogram panel support
16+
* Dashboard upload script updated to support overwriting dashboards
1317

1418
0.6.1 (2021-11-23)
1519
==================

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def local_file(name):
1515
# Versions should comply with PEP440. For a discussion on single-sourcing
1616
# the version across setup.py and the project code, see
1717
# https://packaging.python.org/en/latest/single_source_version.html
18-
version='0.6.1',
18+
version='0.6.2',
1919
description='Library for building Grafana dashboards',
2020
long_description=open(README).read(),
2121
url='https://github.com/weaveworks/grafanalib',

0 commit comments

Comments
 (0)