Skip to content

Commit

Permalink
Prepare for release v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
aymgal committed Jun 6, 2024
1 parent e59455b commit cd40139
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Official releases

## v0.1.9 (2024-06-06)

- Add initial support for a `likelihoods` JSON entry (_via_ the `DataLikelihoodList` template class). The current use-case is to reference an `ImagingDataLikelihood` that holds the likelihood mask information (stored in a FITS file).
- Various bug fixes.

## v0.1.8 (2024-04-17)

- Minor improvements to PyPI release
Expand Down
2 changes: 1 addition & 1 deletion coolest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""

# Set the package release version
version_info = (0, 1, 8)
version_info = (0, 1, 9)
__version__ = '.'.join(str(c) for c in version_info)

# Set the package details
Expand Down

0 comments on commit cd40139

Please sign in to comment.