File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Changelog
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+
35350.7.0 (2022-10-02)
3636==================
3737
Original file line number Diff line number Diff line change 1+ tox
2+ pytest
3+ flake8
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments