Skip to content

Commit b312693

Browse files
authored
chore: prep for 7.0.1 release (#642)
1 parent b110aef commit b312693

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGELOG.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog
33
=========
44

5-
0.x.x (?)
5+
0.7.1 2024-01-12
66
==================
77

88
* Extended DashboardLink to support links to dashboards and urls, as per the docs_
@@ -23,15 +23,15 @@ Changelog
2323
* Added support for Azure Data Explorer datasource plugin (https://github.com/grafana/azure-data-explorer-datasource)
2424
* Added ``sortBy`` parameter to Table panel
2525
* Added ``tooltipSort`` parameter to TimeSeries panel
26-
27-
.. _`Bar_Chart`: https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/bar-chart/
28-
.. _`RateMetricAgg`: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics-rate-aggregation.html
29-
3026
* Added unit parameter to the Table class in core
3127
* Added a hide parameter to ElasticsearchTarget
3228
* Fix value literal GAUGE_CALC_TOTAL to sum instead of total
3329
* Fix `BarGauge` orientation validation to accept `'auto'`
3430

31+
.. _`Bar_Chart`: https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/bar-chart/
32+
.. _`RateMetricAgg`: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics-rate-aggregation.html
33+
34+
3535
0.7.0 (2022-10-02)
3636
==================
3737

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
tox
2+
pytest
3+
flake8

setup.py

Lines changed: 1 addition & 1 deletion
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/guides/single-sourcing-package-version/
18-
version='0.7.0',
18+
version='0.7.1',
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)