From c6c84ed183b975408827ca61497db40067a59a0b Mon Sep 17 00:00:00 2001 From: Min-A Cho Date: Tue, 9 Apr 2019 05:22:48 -0700 Subject: [PATCH] Update changelog for version 0.0.26 --- CHANGES.md | 2 +- ligo/followup_advocate/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 8338792..5ae6821 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changelog -## 0.0.26 (unreleased) +## 0.0.26 (2019-04-09) - Updated to call EM-Bright json file from the preferred event files list; probabilities are between 0 and 1 diff --git a/ligo/followup_advocate/version.py b/ligo/followup_advocate/version.py index 8168eb6..af2cb9a 100644 --- a/ligo/followup_advocate/version.py +++ b/ligo/followup_advocate/version.py @@ -1 +1 @@ -__version__ = '0.0.26.dev0' +__version__ = '0.0.26' -- GitLab