Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
gstlal-visualisation
ligo-scald
Commits
437afbb3
Commit
437afbb3
authored
Oct 03, 2019
by
Patrick Godwin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump version to 0.7.1, add to changelog
parent
4d231288
Pipeline
#82568
failed with stages
in 9 minutes and 31 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
4 deletions
+12
-4
debian/changelog
debian/changelog
+8
-0
ligo-scald.spec
ligo-scald.spec
+2
-2
ligo/scald/__init__.py
ligo/scald/__init__.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
debian/changelog
View file @
437afbb3
ligo-scald (0.7.1-1) unstable; urgency=medium
* Fix zoom issue when dragging plots in dashboard when unlocked
* Fix issue with JSON encoding when running 'scald mock' for python 3
* Fix issue in Nagios threshold checks + critical status
-- Patrick Godwin <patrick.godwin@ligo.org> Thu, 03 Oct 2019 16:54:29 -0400
ligo-scald (0.7.0-1) unstable; urgency=medium
* Change how config is loaded for 'scald serve' to allow more flexibility
...
...
ligo-scald.spec
View file @
437afbb3
%define name ligo-scald
%define version 0.7.
0
%define unmangled_version 0.7.
0
%define version 0.7.
1
%define unmangled_version 0.7.
1
%define release 1
Summary: SCalable Analytics for Ligo/virgo/kagra Data
...
...
ligo/scald/__init__.py
View file @
437afbb3
from
__future__
import
absolute_import
,
print_function
,
division
__version__
=
'0.7.
0
'
__version__
=
'0.7.
1
'
setup.py
View file @
437afbb3
...
...
@@ -14,7 +14,7 @@ install_requires = [
setup
(
name
=
'ligo-scald'
,
description
=
'SCalable Analytics for Ligo Data'
,
version
=
'0.7.
0
'
,
version
=
'0.7.
1
'
,
author
=
'Patrick Godwin'
,
author_email
=
'patrick.godwin@ligo.org'
,
url
=
'https://git.ligo.org/gstlal-visualisation/ligo-scald.git'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment