Skip to content
Snippets Groups Projects
Commit 327d6f05 authored by Deep Chatterjee's avatar Deep Chatterjee
Browse files

update links for v1.1.4.post2

parent 44f2a55b
No related branches found
Tags v1.1.1
No related merge requests found
Pipeline #534753 passed
# Changelog
## [1.1.5] - unreleased
- No changes.
## [1.1.4.post1] - 2023-06-16
## [1.1.4.post2] - 2023-06-16
- Pin download links that were missed in v1.1.4.
......
__version__ = '1.1.5dev'
__version__ = '1.1.4.post2'
PACKAGE_DATA_BASE_URL = (
'https://git.ligo.org/emfollow/em-properties/em-bright/'
'-/raw/main/ligo/em_bright/data'
f'-/raw/v{__version__}/ligo/em_bright/data'
)
PACKAGE_DATA_LINKS = {name: f'{PACKAGE_DATA_BASE_URL}/{name}' for name in (
......
......@@ -15,7 +15,7 @@ from ..data import EOS_MAX_MASS
def test_version():
from .. import __version__
assert __version__ == '1.1.5dev'
assert __version__ == '1.1.4.post2'
@pytest.mark.parametrize(
......
[tool.poetry]
name = "ligo.em-bright"
version = "1.1.5dev"
version = "1.1.4.post2"
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