Skip to content

Commit

Permalink
chore: prep for 7.0.1 release (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesGibo authored Jan 12, 2024
1 parent b110aef commit b312693
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
=========

0.x.x (?)
0.7.1 2024-01-12
==================

* Extended DashboardLink to support links to dashboards and urls, as per the docs_
Expand All @@ -23,15 +23,15 @@ Changelog
* Added support for Azure Data Explorer datasource plugin (https://github.com/grafana/azure-data-explorer-datasource)
* Added ``sortBy`` parameter to Table panel
* Added ``tooltipSort`` parameter to TimeSeries panel

.. _`Bar_Chart`: https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/bar-chart/
.. _`RateMetricAgg`: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics-rate-aggregation.html

* Added unit parameter to the Table class in core
* Added a hide parameter to ElasticsearchTarget
* Fix value literal GAUGE_CALC_TOTAL to sum instead of total
* Fix `BarGauge` orientation validation to accept `'auto'`

.. _`Bar_Chart`: https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/bar-chart/
.. _`RateMetricAgg`: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics-rate-aggregation.html


0.7.0 (2022-10-02)
==================

Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
tox
pytest
flake8
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/guides/single-sourcing-package-version/
version='0.7.0',
version='0.7.1',
description='Library for building Grafana dashboards',
long_description=open(README).read(),
url='https://github.com/weaveworks/grafanalib',
Expand Down

0 comments on commit b312693

Please sign in to comment.