Skip to content
Snippets Groups Projects
Commit 74b58c88 authored by Duncan Meacher's avatar Duncan Meacher
Browse files

1.2.1 release

parent 846ca690
No related branches found
No related tags found
1 merge request!591.2.1 release
gwdatafind-server (1.2.1-1) stable; urgency=low
* Added comment handling in cache file
* Updated default SciToken issue and scope
* Added ability to search for fractional GPS times
-- Duncan Meacher <duncan.meacher@ligo.org> Fri, 07 Apr 2023 00:00:00 +0100
gwdatafind-server (1.2.0-1) stable; urgency=low
* Added full SciToken authentication support
......
......@@ -27,7 +27,7 @@ curl https://gwdatafind.example.com/api/version
```json
{
"version": "1.2.0",
"version": "1.2.1",
"api_versions": [
"v1",
]
......
......@@ -10,7 +10,7 @@ query and receive URLs that indicate the locations
of the relevant data.
"""
__version__ = '1.2.0'
__version__ = '1.2.1'
from .app import GWDataFindApp
from .config import get_config_path
......
%define srcname gwdatafind-server
%define version 1.2.0
%define version 1.2.1
%define release 1
Name: python-%{srcname}
......@@ -128,6 +128,10 @@ rm -rf $RPM_BUILD_ROOT
# -- changelog
%changelog
* Fri Apr 07 2023 Duncan Meacher <duncan.meacher@ligo.org> 1.2.1-1
- Added comment handling in cache file
- Updated default SciToken issue and scope
- Added ability to search for fractional GPS times
* Thu Apr 21 2022 Duncan Meacher <duncan.meacher@ligo.org> 1.2.0-1
- Added full SciToken authentication support
- Updated README to point to documentation pages
......
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