File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5- x.x.x (TBD )
5+ 0.5.12 (2021-04-24 )
66==================
77
8- * Added ...
9-
8+ * Added hide parameter to CloudwatchMetricsTarget class
9+ * Added table-driven example dashboard and upload script
1010
1111Changes
1212-------
1313
1414* bugfix load_dashboard add support for old python version 2.x, 3.3 and 3.4
1515* Fix default target datasource to work with newer versions of Grafana
16- * Added table-driven example dashboard and upload script
1716* Removed re-defined maxDataPoints field from multiple panels
1817* 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.
2020
2121
22220.5.11 (2021-04-06)
Original file line number Diff line number Diff 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.5.11 ' ,
18+ version = '0.5.12 ' ,
1919 description = 'Library for building Grafana dashboards' ,
2020 long_description = open (README ).read (),
2121 url = 'https://github.com/weaveworks/grafanalib' ,
You can’t perform that action at this time.
0 commit comments