Skip to content
Snippets Groups Projects
Commit bc4366b1 authored by Branson Stephens's avatar Branson Stephens
Browse files

Preparing to release new version of lvalert package. Updated changelog and GIT_TAG references.

parent 961aede8
No related branches found
No related tags found
No related merge requests found
ligo-lvalert (1.1-1) unstable; urgency=low
* added handlers to lvalert_send to avoid 4s sleep
* changed LVAlert LIGO-LW table name to lower case
* added explicit LIGO-LW content handler to utils
* modified get_LVAdata_from_stdin to accept either JSON or LIGO-LW
-- Branson Stephens <branson.stephens@ligo.org> Fri, 08 Aug 2014 10:20:00 -0500
ligo-lvalert (1.0-3) unstable; urgency=low
* Fixed version number problems. Added GIT_TAG info to lib.
......
......@@ -18,4 +18,4 @@ __author__ = "LIGO Scientific Collaboration"
__all__ = ["pubsub", "lvstanzaprocessor", "utils"]
GIT_TAG = 'lvalert-1.0-3'
GIT_TAG = 'lvalert-1.1-1'
......@@ -5,13 +5,13 @@ import os
from distutils.core import setup
version = "1.0"
version = "1.1"
setup(
name = "ligo-lvalert",
version = version,
maintainer = "Brian Moe",
maintainer_email = "brian.moe@ligo.org",
maintainer = "Branson Stephens",
maintainer_email = "branson.stephens@ligo.org",
description = "LIGO-Virgo Alert Network",
long_description = "The LIGO-Virgo Alert Network (LVAlert) is a prototype notification service built XMPP to provide a basic notification tool which allows multiple producers and consumers of notifications.",
......
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