Skip to content

Commit 5407a4b

Browse files
author
Flexify
committed
v2.15.0-SNAPSHOT build 1427
1 parent f2089ab commit 5407a4b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

flexify_api/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7474
self.default_headers[header_name] = header_value
7575
self.cookie = cookie
7676
# Set default User-Agent.
77-
self.user_agent = 'Swagger-Codegen/2.15.0.dev1426/python'
77+
self.user_agent = 'Swagger-Codegen/2.15.0.dev1427/python'
7878
self.client_side_validation = configuration.client_side_validation
7979

8080
def __del__(self):

flexify_api/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,5 +251,5 @@ def to_debug_report(self):
251251
"OS: {env}\n"\
252252
"Python Version: {pyversion}\n"\
253253
"Version of the API: 2.15.0-SNAPSHOT\n"\
254-
"SDK Package Version: 2.15.0.dev1426".\
254+
"SDK Package Version: 2.15.0.dev1427".\
255255
format(env=sys.platform, pyversion=sys.version)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from setuptools import setup, find_packages # noqa: H301
1515

1616
NAME = "flexify-api"
17-
VERSION = "2.15.0.dev1426"
17+
VERSION = "2.15.0.dev1427"
1818
# To install the library, run the following
1919
#
2020
# python setup.py install

0 commit comments

Comments
 (0)