File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
- x.x.x (TBD )
5
+ 0.5.12 (2021-04-24 )
6
6
==================
7
7
8
- * Added ...
9
-
8
+ * Added hide parameter to CloudwatchMetricsTarget class
9
+ * Added table-driven example dashboard and upload script
10
10
11
11
Changes
12
12
-------
13
13
14
14
* bugfix load_dashboard add support for old python version 2.x, 3.3 and 3.4
15
15
* Fix default target datasource to work with newer versions of Grafana
16
- * Added table-driven example dashboard and upload script
17
16
* Removed re-defined maxDataPoints field from multiple panels
18
17
* Fix the AlertList class and add a test for it
19
- * Added hide parameter to CloudwatchMetricsTarget class
18
+
19
+ Thanks to all those who have contributed to this release.
20
20
21
21
22
22
0.5.11 (2021-04-06)
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def local_file(name):
15
15
# Versions should comply with PEP440. For a discussion on single-sourcing
16
16
# the version across setup.py and the project code, see
17
17
# https://packaging.python.org/en/latest/single_source_version.html
18
- version = '0.5.11 ' ,
18
+ version = '0.5.12 ' ,
19
19
description = 'Library for building Grafana dashboards' ,
20
20
long_description = open (README ).read (),
21
21
url = 'https://github.com/weaveworks/grafanalib' ,
You can’t perform that action at this time.
0 commit comments