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

Update links and Changelog for v1.1.0

parent 7f3ecf2e
No related branches found
Tags v1.1.0
No related merge requests found
Pipeline #488749 passed
......@@ -12,7 +12,7 @@ from astropy.utils.data import (
is_url_in_cache,
)
__version__ = '1.1.0.dev1'
__version__ = '1.1.0'
PACKAGE_DATA_BASE_URL = (
'https://git.ligo.org/emfollow/em-properties/em-bright/'
......
......@@ -14,7 +14,7 @@ from .. import em_bright, categorize, utils, EOS_MAX_MASS
def test_version():
from .. import __version__
assert __version__ == '1.1.0.dev1'
assert __version__ == '1.1.0'
@pytest.mark.parametrize(
......
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