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

staging 1.2.2 release

parent 00029f1b
No related branches found
No related tags found
1 merge request!62staging 1.2.2 release
Pipeline #522580 passed with warnings
gwdatafind-server (1.2.2-1) stable; urgency=low
* Fixed bug in single file queries
* Fixed bug in search for fractional GPS times
-- Duncan Meacher <duncan.meacher@ligo.org> Fri, 05 May 2023 00:00:00 +0100
gwdatafind-server (1.2.1-1) stable; urgency=low
* Added comment handling in cache file
......
......@@ -27,7 +27,7 @@ curl https://gwdatafind.example.com/api/version
```json
{
"version": "1.2.1",
"version": "1.2.2",
"api_versions": [
"v1",
]
......
......@@ -10,7 +10,7 @@ query and receive URLs that indicate the locations
of the relevant data.
"""
__version__ = '1.2.1'
__version__ = '1.2.2'
from .app import GWDataFindApp
from .config import get_config_path
......
%define srcname gwdatafind-server
%define version 1.2.1
%define version 1.2.2
%define release 1
Name: python-%{srcname}
......@@ -128,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT
# -- changelog
%changelog
* Fri May 05 2023 Duncan Meacher <duncan.meacher@ligo.org> 1.2.2-1
- Fixed bug in single file queries
- Fixed bug in search for fractional GPS times
* 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
......
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