Skip to content

Commit c965f3f

Browse files
authored
Prep for v0.5.12 release (#356)
* Prep for v0.5.12 release * Change date
1 parent 3e9542c commit c965f3f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
Changelog
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

1111
Changes
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

2222
0.5.11 (2021-04-06)

setup.py

+1-1
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.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',

0 commit comments

Comments
 (0)