diff --git a/CHANGELOG.md b/CHANGELOG.md index a5b9bfcd1b778619180b4a8061d39c0874181d26..73346ae23438bb16ff8ab1320fde70c8d7cc85ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # All notable changes will be documented in this file +## [0.6.3] 2020-01-03 +### Changed +- Fixed an issue with the ROQ segment scaling (!690) + ## [0.6.2] 2019-12-20 ### Added - Introduced conditional prior sets (!332)(!673)(!674) diff --git a/setup.py b/setup.py index 793e89c26d4d0c10ad8363b68d60a3700eafad21..4d6e38e6c6378aad9111f01fb9c6335f713d94aa 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def readfile(filename): return filecontents -VERSION = '0.6.2' +VERSION = '0.6.3' version_file = write_version_file(VERSION) long_description = get_long_description()