Skip to content

Commit 8a4238d

Browse files
committed
Update Python SDK version
1 parent 3f13951 commit 8a4238d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FreeClimb is a cloud-based application programming interface (API) that puts the
44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: 1.0.0
7-
- Package version: 5.0.0
7+
- Package version: 5.1.0
88
- Generator version: 7.9.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010
For more information, please visit [https://www.freeclimb.com/support/](https://www.freeclimb.com/support/)

freeclimb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
""" # noqa: E501
1616

1717

18-
__version__ = "5.0.0"
18+
__version__ = "5.1.0"
1919

2020
# import apis into sdk package
2121
from freeclimb.api.default_api import DefaultApi as DefaultApi

freeclimb/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def __init__(
8888
self.default_headers[header_name] = header_value
8989
self.cookie = cookie
9090
# Set default User-Agent.
91-
self.user_agent = "OpenAPI-Generator/5.0.0/python"
91+
self.user_agent = "OpenAPI-Generator/5.1.0/python"
9292
self.client_side_validation = configuration.client_side_validation
9393

9494
def __enter__(self):

freeclimb/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ def to_debug_report(self):
427427
"OS: {env}\n"
428428
"Python Version: {pyversion}\n"
429429
"Version of the API: 1.0.0\n"
430-
"SDK Package Version: 5.0.0".format(env=sys.platform, pyversion=sys.version)
430+
"SDK Package Version: 5.1.0".format(env=sys.platform, pyversion=sys.version)
431431
)
432432

433433
def get_host_settings(self):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "freeclimb"
3-
version = "5.0.0"
3+
version = "5.1.0"
44
description = "FreeClimb API"
55
authors = ["FreeClimb API Support <[email protected]>"]
66
license = "NoLicense"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# prerequisite: setuptools
2323
# http://pypi.python.org/pypi/setuptools
2424
NAME = "FreeClimb"
25-
VERSION = "5.0.0"
25+
VERSION = "5.1.0"
2626
PYTHON_REQUIRES = ">= 3.8"
2727
REQUIRES = [
2828
"urllib3 >= 1.25.3, < 3.0.0",

0 commit comments

Comments
 (0)