Skip to content
Snippets Groups Projects
Commit 2c864af2 authored by Andrew Michael Toivonen's avatar Andrew Michael Toivonen
Browse files

Bump version number, update CHANGELOG

parent e572ea29
No related branches found
Tags v1.1.4
No related merge requests found
Pipeline #534167 passed
# Changelog
## [1.1.4] - unreleased
## [1.1.4] - 2023-06-14
- Fix bug where R_ns was using incorrect units (km instead of m) in the case of EOS marginalization.
This corrects the NSBH HasRemnant prediction using PE posterior with EOS marginalization.
......
__version__ = '1.1.4dev'
__version__ = '1.1.4'
PACKAGE_DATA_BASE_URL = (
'https://git.ligo.org/emfollow/em-properties/em-bright/'
......
......@@ -15,7 +15,7 @@ from ..data import EOS_MAX_MASS
def test_version():
from .. import __version__
assert __version__ == '1.1.4dev'
assert __version__ == '1.1.4'
@pytest.mark.parametrize(
......
[tool.poetry]
name = "ligo.em-bright"
version = "1.1.4dev"
version = "1.1.4"
description = "Possibility and properties of Electromagnetically-bright sources of gravitational-wave events"
readme = "README.md"
authors = [
......
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