Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
File Transfer Service
fts-rest
Commits
3d1ff80b
Commit
3d1ff80b
authored
Sep 20, 2016
by
Alejandro Alvarez Ayllon
Browse files
Bump to version 3.6
parent
f5e633b1
Changes
4
Hide whitespace changes
Inline
Side-by-side
packaging/rpm/fts-rest.spec
View file @
3d1ff80b
...
...
@@ -4,7 +4,7 @@
%{!?nosetest_path: %global nosetest_path "/tmp"}
Name: fts-rest
Version: 3.
5.3
Version: 3.
6.0
Release: 1%{?dist}
BuildArch: noarch
Summary: FTS3 Rest Interface
...
...
setup.py
View file @
3d1ff80b
...
...
@@ -53,7 +53,7 @@ base_dir = os.path.dirname(__file__)
setup
(
name
=
'fts3-rest'
,
version
=
'3.
3
.0'
,
version
=
'3.
6
.0'
,
description
=
'FTS3 Python Libraries'
,
author
=
'FTS3 Developers'
,
author_email
=
'fts-devel@cern.ch'
,
...
...
src/fts3rest/fts3rest/controllers/api.py
View file @
3d1ff80b
...
...
@@ -28,7 +28,7 @@ from fts3rest.lib.base import BaseController, Session
from
fts3rest.lib.helpers
import
jsonify
from
fts3rest.lib
import
api
API_VERSION
=
dict
(
major
=
3
,
minor
=
5
,
patch
=
3
)
API_VERSION
=
dict
(
major
=
3
,
minor
=
6
,
patch
=
0
)
def
_get_fts_core_version
():
...
...
src/fts3rest/sonar-project.properties
View file @
3d1ff80b
sonar.projectKey
=
fts:fts-rest
sonar.projectName
=
FTS-REST
sonar.projectVersion
=
3.
5
sonar.projectVersion
=
3.
6
sonar.sources
=
./fts3rest
sonar.exclusions
=
fts3rest/tests/**/*.py
sonar.language
=
py
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment