Skip to content

Commit

Permalink
Prep for 0.6.2 release (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesGibo authored Feb 24, 2022
1 parent 23a5dc2 commit 7c1790e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
==================
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7c1790e

Please sign in to comment.