From 5d55c3b4a198055732d3a37e1034bbcc299db810 Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Thu, 26 Sep 2019 15:42:06 +1000
Subject: [PATCH] Version 0.5.8 release

---
 CHANGELOG.md | 12 +++++++++++-
 setup.py     |  2 +-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b4643a549..3c9840b89 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,16 @@
 # All notable changes will be documented in this file
 
-## Unreleased
+## [0.5.8] 2019-09-26
+
+### Added
+- Progress bar in post-processing step
+
+### Changed
+- Fixed implementation of calibration !607
+- Fixed interaction with dynesty for reflective bounds !604
+- Fixed behaviour of n_effective with check pointing !603
+- Fixed testing of constants !605
+- Fixed bug in bilby_result with python2.7
 
 ## [0.5.7] 2019-09-19
 
diff --git a/setup.py b/setup.py
index 6c8827265..007dd3860 100644
--- a/setup.py
+++ b/setup.py
@@ -57,7 +57,7 @@ def readfile(filename):
     return filecontents
 
 
-VERSION = '0.5.7'
+VERSION = '0.5.8'
 version_file = write_version_file(VERSION)
 long_description = get_long_description()
 
-- 
GitLab