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

Merge branch 'version_1.2.0' into 'master'

bumping version to 1.2.0

See merge request !51
parents e38df803 2e6a4639
No related branches found
No related tags found
1 merge request!51bumping version to 1.2.0
Pipeline #385919 passed
gwdatafind-server (1.2.0-1) stable; urgency=low
* Added full SciToken authentication support
* Updated README to point to documentation pages
* Improved error handling
* Updated CI tests and coverage
-- Duncan Meacher <duncan.meacher@ligo.org> Thu, 21 Apr 2022 00:00:00 +0100
gwdatafind-server (1.1.0-3) UNRELEASED; urgency=low
* use gunicorn module directly to avoid gunicorn* ambiguity
......
......@@ -27,7 +27,7 @@ curl https://gwdatafind.example.com/api/version
```json
{
"version": "1.1.0",
"version": "1.2.0",
"api_versions": [
"v1",
]
......
......@@ -10,7 +10,7 @@ query and receive URLs that indicate the locations
of the relevant data.
"""
__version__ = '1.1.0'
__version__ = '1.2.0'
from .app import GWDataFindApp
from .config import get_config_path
......
%define srcname gwdatafind-server
%define version 1.1.0
%define version 1.2.0
%define release 1
Name: python-%{srcname}
......@@ -121,6 +121,11 @@ rm -rf $RPM_BUILD_ROOT
# -- changelog
%changelog
* 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
- Improved error handling
- Updated CI tests and coverage
* Fri Mar 11 2022 Duncan Meacher <duncan.meacher@ligo.org> 1.1.0-1
- Added no-authentication method with virtual hosts
- Added API versioning
......
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