We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a77d4 commit ff156bbCopy full SHA for ff156bb
CHANGELOG.rst
@@ -2,10 +2,9 @@
2
Changelog
3
=========
4
5
-x.x.x (TBC)
+0.7.0 (2022-10-02)
6
===========
7
8
-* Added ...
9
* Added Grafana 8.x new Alert Rule
10
* Added Grafana 9.x new Alert Rule
11
* Added ePict_ plugin.
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/guides/single-sourcing-package-version/
18
- version='0.6.3',
+ version='0.7.0',
19
description='Library for building Grafana dashboards',
20
long_description=open(README).read(),
21
url='https://github.com/weaveworks/grafanalib',
0 commit comments