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

bumbping versions for 1.1.0 release

parent 5ef6a29d
No related branches found
No related tags found
1 merge request!33Creating versions 1.1.0 release
gwdatafind-server (1.1.0-1) stable; urgency=low
* Updated version numbers
* Added no-authentication method with virtual hosts
* Added API versioning
* general clean up of code
-- Duncan Meacher <duncan.meacher@ligo.org> Fri, 11 Mar 2022 00:00:00 +0100
gwdatafind-server (1.0.1-1) stable; urgency=low gwdatafind-server (1.0.1-1) stable; urgency=low
* Updated version numbers * Updated version numbers
......
...@@ -27,7 +27,7 @@ curl https://gwdatafind.example.com/api/version ...@@ -27,7 +27,7 @@ curl https://gwdatafind.example.com/api/version
```json ```json
{ {
"version": "1.0.1", "version": "1.1.0",
"api_versions": [ "api_versions": [
"v1", "v1",
] ]
......
...@@ -10,7 +10,7 @@ query and receive URLs that indicate the locations ...@@ -10,7 +10,7 @@ query and receive URLs that indicate the locations
of the relevant data. of the relevant data.
""" """
__version__ = '1.0.1' __version__ = '1.1.0'
from .app import GWDataFindApp from .app import GWDataFindApp
from .config import get_config_path from .config import get_config_path
......
%define srcname gwdatafind-server %define srcname gwdatafind-server
%define version 1.0.1 %define version 1.1.0
%define release 1 %define release 1
Name: python-%{srcname} Name: python-%{srcname}
...@@ -106,5 +106,9 @@ rm -rf $RPM_BUILD_ROOT ...@@ -106,5 +106,9 @@ rm -rf $RPM_BUILD_ROOT
# -- changelog # -- changelog
%changelog %changelog
* Fri Mar 11 2022 Duncan Meacher <duncan.meacher@ligo.org> 1.1.0-1
- Added no-authentication method with virtual hosts
- Added API versioning
- general clean up of code
* Tue Jan 18 2022 Duncan Macleod <duncan.macleod@ligo.org> 1.0.1-1 * Tue Jan 18 2022 Duncan Macleod <duncan.macleod@ligo.org> 1.0.1-1
- first packaging for RHEL - first packaging for RHEL
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