Skip to content
Snippets Groups Projects
Commit 912f6e60 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Version 0.6.4 release

parent 81e9c83b
No related branches found
No related tags found
No related merge requests found
Pipeline #100896 passed
# 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)
......
......@@ -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()
......
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