Skip to content

Commit

Permalink
Bump version number in prep for release (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesGibo authored Sep 14, 2021
1 parent 54d0fda commit 64dfc0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
=========

x.x.x (TBD)
0.5.14 (2021-09-14)
==================

* Added colour overrides to pie chart panel
Expand All @@ -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)
===================
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.13',
version='0.5.14',
description='Library for building Grafana dashboards',
long_description=open(README).read(),
url='https://github.com/weaveworks/grafanalib',
Expand Down

0 comments on commit 64dfc0b

Please sign in to comment.