diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ffda618a232b89712203febcbe81058f0ea0969..fe39057591498f4860b91b940c1bf851872caaa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # All notable changes will be documented in this file +## [0.6.1] 2019-12-02 + +HotFix release following 0.6.0 fixing a minor bug in the generation of derived +parameters. + ## [0.6.0] 2019-12-02 ### Added - A bilby-implemenatation of the dynesty rwalk proposal method (!640) diff --git a/setup.py b/setup.py index 9f1097b1c06786d55b733ca8a83396800b5bf39d..4af33dfeb0316591449eb992308cf96aa6eeef34 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def readfile(filename): return filecontents -VERSION = '0.6.0' +VERSION = '0.6.1' version_file = write_version_file(VERSION) long_description = get_long_description()