We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cde34a commit 62d1c75Copy full SHA for 62d1c75
CHANGELOG.rst
@@ -2,7 +2,7 @@
2
Changelog
3
=========
4
5
-x.x.x (TBD)
+0.6.0 (2021-10-26)
6
===================
7
8
* Added Discrete panel
setup.py
@@ -15,7 +15,7 @@ def local_file(name):
15
# Versions should comply with PEP440. For a discussion on single-sourcing
16
# the version across setup.py and the project code, see
17
# https://packaging.python.org/en/latest/single_source_version.html
18
- version='0.5.14',
+ version='0.6.0',
19
description='Library for building Grafana dashboards',
20
long_description=open(README).read(),
21
url='https://github.com/weaveworks/grafanalib',
0 commit comments