Skip to content

Commit 12a7639

Browse files
committed
Prepare release 3.11.1
1 parent 5ccfdd7 commit 12a7639

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

packaging/rpm/fts-rest.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%{!?nosetest_path: %global nosetest_path "/tmp"}
55

66
Name: fts-rest
7-
Version: 3.11.0
7+
Version: 3.11.1
88
Release: 1%{?dist}
99
BuildArch: noarch
1010
Summary: FTS3 Rest Interface
@@ -350,6 +350,9 @@ EOF
350350

351351

352352
%changelog
353+
* Thu Feb 03 2022 Joao Lopes <joao.pedro.batista.lopes@cern.ch> - 3.11.1-1
354+
- New patch release
355+
353356
* Wed Sep 22 2021 Mihai Patrascoiu <mihai.patrascoiu@cern.ch> - 3.11.0-1
354357
- New Minor release
355358
- Destination file report feature

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def apply_pycurl_workaround():
6464

6565
setup(
6666
name='fts3-rest',
67-
version='3.11.0',
67+
version='3.11.1',
6868
description='FTS3 Python Libraries',
6969
long_description='FTS3 Python Libraries',
7070
author='FTS3 Developers',

src/fts3rest/fts3rest/controllers/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from fts3rest.lib.helpers import jsonify
2929
from fts3rest.lib import api
3030

31-
API_VERSION = dict(major=3, minor=11, patch=0)
31+
API_VERSION = dict(major=3, minor=11, patch=1)
3232

3333

3434
def _get_fts_core_version():

0 commit comments

Comments
 (0)