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

Version 0.5.6 release

parent 19fddb2f
No related branches found
Tags 0.5.6
No related merge requests found
......@@ -2,6 +2,17 @@
## Unreleased
## [0.5.6] 2019-09-04
### Changes
- Deprecation of the old helper functions (e.g., fetch open data)
- Improvements to the documentation
- Fix a bug in the dt calculations of the GW likelihood
- Various small bug fixes
### Added
- LAL version information in the meta data
## [0.5.5] 2019-08-22
### Added
......
......@@ -57,7 +57,7 @@ def readfile(filename):
return filecontents
VERSION = '0.5.5'
VERSION = '0.5.6'
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