From e639b28316d97eaae6c60d8fd430714fe3ca30bc Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Mon, 17 Feb 2020 21:10:27 -0600
Subject: [PATCH] Version 0.6.5 release

---
 CHANGELOG.md | 18 ++++++++++++++++++
 setup.py     |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5fbd2aa5a..c69ba9b2d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,23 @@
 # All notable changes will be documented in this file
 
+## [0.6.5] 2020-02-14
+### Changes
+- Fix for time reconstruction bug (!714)
+- Resolved errors Waveform longer than the frequency array (!710)
+- Prior reading clean-up (!715)
+- More efficient dynesty restarting (!713)
+- PP tests show 123 sigma bounds by default (!726)
+
+### Added
+- HealPixPrior (!651)
+- GW prior documentation (!720)
+- Multiple contours to PP tests plots (!721) 
+- Distance marginalization for non-luminosity-distance parameters (!719)
+
+### Removed
+- Pipenv (!724)
+
+
 ## [0.6.4] 2020-01-30
 ### Changes
 - Discontinue python2.7 support (!697)
diff --git a/setup.py b/setup.py
index 1f7aaa45e..1c07598b1 100644
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,7 @@ def readfile(filename):
     return filecontents
 
 
-VERSION = '0.6.4'
+VERSION = '0.6.5'
 version_file = write_version_file(VERSION)
 long_description = get_long_description()
 
-- 
GitLab