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
cbc7462e
Commit
cbc7462e
authored
Nov 20, 2018
by
Andrea Manzi
Browse files
update version
parent
20d2e44b
Changes
2
Hide whitespace changes
Inline
Side-by-side
packaging/rpm/fts-rest.spec
View file @
cbc7462e
...
...
@@ -4,8 +4,8 @@
%{!?nosetest_path: %global nosetest_path "/tmp"}
Name: fts-rest
Version: 3.8.
1
Release:
2
%{?dist}
Version: 3.8.
2
Release:
1
%{?dist}
BuildArch: noarch
Summary: FTS3 Rest Interface
Group: Applications/Internet
...
...
src/fts3rest/fts3rest/controllers/api.py
View file @
cbc7462e
...
...
@@ -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
=
8
,
patch
=
1
)
API_VERSION
=
dict
(
major
=
3
,
minor
=
8
,
patch
=
2
)
def
_get_fts_core_version
():
...
...
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