Skip to content

Commit

Permalink
Prep for v0.5.12 release (#356)
Browse files Browse the repository at this point in the history
* Prep for v0.5.12 release

* Change date
  • Loading branch information
JamesGibo authored Apr 24, 2021
1 parent 3e9542c commit c965f3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
Changelog
=========

x.x.x (TBD)
0.5.12 (2021-04-24)
==================

* Added ...

* Added hide parameter to CloudwatchMetricsTarget class
* Added table-driven example dashboard and upload script

Changes
-------

* bugfix load_dashboard add support for old python version 2.x, 3.3 and 3.4
* Fix default target datasource to work with newer versions of Grafana
* Added table-driven example dashboard and upload script
* Removed re-defined maxDataPoints field from multiple panels
* Fix the AlertList class and add a test for it
* Added hide parameter to CloudwatchMetricsTarget class

Thanks to all those who have contributed to this release.


0.5.11 (2021-04-06)
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.5.11',
version='0.5.12',
description='Library for building Grafana dashboards',
long_description=open(README).read(),
url='https://github.com/weaveworks/grafanalib',
Expand Down

0 comments on commit c965f3f

Please sign in to comment.