Skip to content

Commit

Permalink
Prepare release 3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatrascoiu committed Feb 12, 2021
1 parent 95424a5 commit 092d3a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion packaging/rpm/fts-rest.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%{!?nosetest_path: %global nosetest_path "/tmp"}

Name: fts-rest
Version: 3.10.0
Version: 3.10.1
Release: 1%{?dist}
BuildArch: noarch
Summary: FTS3 Rest Interface
Expand Down Expand Up @@ -350,6 +350,9 @@ EOF


%changelog
* Fri Feb 12 2021 Mihai Patrascoiu <[email protected]> - 3.10.1-1
- New bugfix release

* Mon Dec 07 2020 Mihai Patrascoiu <[email protected]> - 3.10.0-1
- New Minor release
- OIDC Tokens Integration
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def apply_pycurl_workaround():

setup(
name='fts3-rest',
version='3.10.0',
version='3.10.1',
description='FTS3 Python Libraries',
long_description='FTS3 Python Libraries',
author='FTS3 Developers',
Expand Down
2 changes: 1 addition & 1 deletion src/fts3rest/fts3rest/controllers/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from fts3rest.lib.helpers import jsonify
from fts3rest.lib import api

API_VERSION = dict(major=3, minor=10, patch=0)
API_VERSION = dict(major=3, minor=10, patch=1)


def _get_fts_core_version():
Expand Down

0 comments on commit 092d3a3

Please sign in to comment.