From 912f6e608ef76b28dbf96a13ac20acc17db894b1 Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Thu, 30 Jan 2020 15:54:10 +1100
Subject: [PATCH] Version 0.6.4 release

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 73346ae23..5fbd2aa5a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
 # All notable changes will be documented in this file
 
+## [0.6.4] 2020-01-30
+### Changes
+- Discontinue python2.7 support (!697)
+- Minor adjustments to the act calculation method (!679, !707)
+- Restructure of the prior module (!688)
+- Improvements to the documentation (!708, !700)
+- Bug fix when maximum < minimum (!696)
+
+### Added
+- Improved waveform error handling (!653)
+- Waveform check to the CI (!698)
+
 ## [0.6.3] 2020-01-03
 ### Changed
 - Fixed an issue with the ROQ segment scaling (!690)
diff --git a/setup.py b/setup.py
index fada98be2..1f7aaa45e 100644
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,7 @@ def readfile(filename):
     return filecontents
 
 
-VERSION = '0.6.3'
+VERSION = '0.6.4'
 version_file = write_version_file(VERSION)
 long_description = get_long_description()
 
-- 
GitLab