diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 469a2843..5beca46f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,7 +2,7 @@ Changelog ========= -x.x.x (TBD) +0.5.14 (2021-09-14) ================== * Added colour overrides to pie chart panel @@ -14,12 +14,7 @@ x.x.x (TBD) * Added missing show percentage attribute to Pie chart panel * Added ``extraJson`` attribute to the Panel class for overriding the panel with raw JSON * Added inline script support for Elasticsearch metrics -* Seletcted needs to be set as a bool value for templating to work. - -Changes -------- - -* ... +* Selected needs to be set as a bool value for templating to work. 0.5.13 (2021-05-17) =================== diff --git a/setup.py b/setup.py index 749defea..18c841a6 100644 --- a/setup.py +++ b/setup.py @@ -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.13', + version='0.5.14', description='Library for building Grafana dashboards', long_description=open(README).read(), url='https://github.com/weaveworks/grafanalib',