Skip to content
Snippets Groups Projects
Commit 047333b9 authored by Patrick Godwin's avatar Patrick Godwin
Browse files

bump version to 0.8.4

parent 66759b24
Branches main
Tags v0.8.4
No related merge requests found
......@@ -10,9 +10,9 @@ SCalable Analytics for LIGO/Virgo/Kagra Data
| | |
| ------------ | ------ |
| **Version:** | 0.8.3 |
| **Version:** | 0.8.4 |
| **Web:** | https://docs.ligo.org/gstlal-visualisation/ligo-scald |
| **Source:** | http://software.igwn.org/lscsoft/source/ligo-scald-0.8.3.tar.gz |
| **Source:** | http://software.igwn.org/lscsoft/source/ligo-scald-0.8.4.tar.gz |
**ligo-scald** is a dynamic data visualization and monitoring tool for gravitational-wave data.
......
ligo-scald (0.8.4-1) unstable; urgency=low
* fix AttributeError in Consumer.retrieve_rows_by_tag
* address build warnings from missing long_description
* remove superfluous group.id from Kafka producer setttings
* fix issue in disabling insecure request warnings
* modify python_requires version to avoid build issue
-- Patrick Godwin <patrick.godwin@ligo.org> Mon, 01 May 2023 14:08:43 -0700
ligo-scald (0.8.3-1) unstable; urgency=low
* scald aggregate: subscribe to unique set of topics
......
%define name ligo-scald
%define version 0.8.3
%define unmangled_version 0.8.3
%define version 0.8.4
%define unmangled_version 0.8.4
%define release 1
Summary: SCalable Analytics for Ligo/virgo/kagra Data
......
from __future__ import absolute_import, print_function, division
__version__ = '0.8.3'
__version__ = '0.8.4'
......@@ -13,7 +13,7 @@ setup(
description = 'SCalable Analytics for Ligo Data',
long_description = "file: README.md",
long_description_content_type = "text/markdown",
version = '0.8.3',
version = '0.8.4',
author = 'Patrick Godwin',
author_email = 'patrick.godwin@ligo.org',
url = 'https://git.ligo.org/gstlal-visualisation/ligo-scald.git',
......
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