Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ryan Fisher
lvalert
Commits
2af7bb3f
Commit
2af7bb3f
authored
Oct 03, 2018
by
Alexander Pace
Browse files
packaging for 1.5.4
parent
7b4bdb88
Changes
5
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
2af7bb3f
ligo-lvalert (1.5.4) unstable; urgency=medium
* Fixed malformed xml stanzas in publish routine
* Packaging fixe for debian, rpm, and conda
-- Alexander Pace <alexander.pace@ligo.org> Wed, 03 Oct 2018 20:56:01 -0400
ligo-lvalert (1.5.3) unstable; urgency=medium
* Fixed namespscae
...
...
ligo-lvalert.spec
View file @
2af7bb3f
%define name ligo-lvalert
%define version 1.5.
3
%define unmangled_version 1.5.
3
%define version 1.5.
4
%define unmangled_version 1.5.
4
%define release 1
Summary: LVAlert Client Tools
...
...
ligo/lvalert/version.py
View file @
2af7bb3f
__version__
=
'1.5.
3
'
__version__
=
'1.5.
4
'
setup.cfg
View file @
2af7bb3f
...
...
@@ -7,7 +7,7 @@ universal=1
[metadata]
name = ligo-lvalert
version = 1.5.
3
version = 1.5.
4
license = GPL-2+
license_file = COPYING
author = Alexander Pace, Leo Singer, Tanner Prestegard, Branson Stephens, Patrick Brady
...
...
setup.py
View file @
2af7bb3f
...
...
@@ -21,7 +21,7 @@ import os
from
setuptools
import
setup
,
find_packages
version
=
"1.5.
3
"
version
=
"1.5.
4
"
setup
(
name
=
"ligo-lvalert"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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