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

update Changelog and bump version number

parent 05c289e8
No related branches found
Tags v1.1.2
No related merge requests found
Pipeline #547712 passed
......@@ -4,6 +4,7 @@
- Split `source_classification_pe` into `source_classification_pe_from_table` and
`source_classification_pe_from_samples`.
- Use isinstance() instead of type() for flake8
## [1.1.4.post2] - 2023-06-16
......
......@@ -2,7 +2,7 @@ __version__ = '1.1.5'
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 (
......
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