From 1591b6461388d8eb10eea04ce5d78fff51d96dd6 Mon Sep 17 00:00:00 2001
From: Isobel Marguarethe Romero-Shaw
 <isobel.romero-shaw@ldas-pcdev5.ligo.caltech.edu>
Date: Tue, 14 Apr 2020 17:52:56 -0700
Subject: [PATCH] Version 0.6.7 release

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index db7e85a9a..13bbed972 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # All notable changes will be documented in this file
 
+## [0.6.7] 2020-04-15
+### Changes
+- Allow dynesty to run with multiprocessing (!754)
+- Rewrite ptemcee implementation (!750)
+- Change 'source frame' to 'detector frame' in L34-35 of compare_samplers tutorial (!745)
+- Allow lal dictionary to be passed through to '_base_lal_cbc_fd_waveform' (!752)
+
 ## [0.6.6] 2020-03-06
 ### Changes
 - Fix bug where injected values are not present for corner plot (!749)
diff --git a/setup.py b/setup.py
index 33c293723..72d3cf5b3 100644
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,7 @@ def readfile(filename):
     return filecontents
 
 
-VERSION = '0.6.6'
+VERSION = '0.6.7'
 version_file = write_version_file(VERSION)
 long_description = get_long_description()
 
-- 
GitLab