From 1ce7346b7964435ef13d2c832d3e49b5f75b4a1a Mon Sep 17 00:00:00 2001 From: Greg Ashton <gregory.ashton@ligo.org> Date: Mon, 23 Nov 2020 10:52:08 +0000 Subject: [PATCH] Version 1.0.4 release --- CHANGELOG.md | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 612437929..ddbd703b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # All notable changes will be documented in this file +## [1.0.3] 2020-11-23 +Version 1.0.4 release of bilby + +### Added +- Added a chirp-mass and mass-ratio prior which are uniform in component masses (!891) + +### Changes +- Fixed issue in the CI + ## [1.0.3] 2020-10-23 Version 1.0.3 release of bilby diff --git a/setup.py b/setup.py index daf2db2fc..0882ade9b 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ def readfile(filename): return filecontents -VERSION = '1.0.3' +VERSION = '1.0.4' version_file = write_version_file(VERSION) long_description = get_long_description() -- GitLab