Skip to content
Snippets Groups Projects
Commit 08e8ffad authored by geant-release-service's avatar geant-release-service
Browse files

Finished release 0.51.

parents 1ae75a99 95ae5cdf
No related branches found
Tags 0.24
No related merge requests found
......@@ -30,7 +30,7 @@
{% if not percentile %}
{
"params": [],
"type": "mean"
"type": "max"
}
{% else %}
{
......
......@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
## [0.51] - 2023-03-08
- Changed panel selections to use `max` rather than `mean` with `$__interval`
## [0.50] - 2023-03-08
- Changed group by size from '5m' to '$__interval' globally
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='brian-dashboard-manager',
version="0.50",
version="0.51",
author='GEANT',
author_email='swd@geant.org',
description='',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment