Skip to content
Snippets Groups Projects
Commit 6391fe87 authored by Moritz Huebner's avatar Moritz Huebner
Browse files

Merge branch '0.6.3_release' into 'master'

Version 0.6.3 release

See merge request !691
parents 80877586 475b003e
No related branches found
No related tags found
No related merge requests found
# 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)
......
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment