File tree 3 files changed +6
-3
lines changed
src/fts3rest/fts3rest/controllers
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 4
4
%{! ?nosetest_path: %global nosetest_path "/tmp"}
5
5
6
6
Name: fts-rest
7
- Version: 3.11.0
7
+ Version: 3.11.1
8
8
Release: 1%{?dist }
9
9
BuildArch: noarch
10
10
Summary: FTS3 Rest Interface
350
350
351
351
352
352
%changelog
353
+ * Thu Feb 03 2022 Joao Lopes <joao.pedro.batista.lopes@cern.ch> - 3.11.1-1
354
+ - New patch release
355
+
353
356
* Wed Sep 22 2021 Mihai Patrascoiu <mihai.patrascoiu@cern.ch> - 3.11.0-1
354
357
- New Minor release
355
358
- Destination file report feature
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def apply_pycurl_workaround():
64
64
65
65
setup (
66
66
name = 'fts3-rest' ,
67
- version = '3.11.0 ' ,
67
+ version = '3.11.1 ' ,
68
68
description = 'FTS3 Python Libraries' ,
69
69
long_description = 'FTS3 Python Libraries' ,
70
70
author = 'FTS3 Developers' ,
Original file line number Diff line number Diff line change 28
28
from fts3rest .lib .helpers import jsonify
29
29
from fts3rest .lib import api
30
30
31
- API_VERSION = dict (major = 3 , minor = 11 , patch = 0 )
31
+ API_VERSION = dict (major = 3 , minor = 11 , patch = 1 )
32
32
33
33
34
34
def _get_fts_core_version ():
You can’t perform that action at this time.
0 commit comments