Skip to content

Commit f3f2c9c

Browse files
author
GitLab CI/CD
committed
Generated update. Please review before merging.
1 parent d912f54 commit f3f2c9c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ The openrouteservice library gives you painless access to the [openrouteservice]
33

44
| API Version | Package version | Build package |
55
| -------------- | ------------------ | ------------------ |
6-
| 7.1.1 | 7.1.1.post2 | io.swagger.codegen.v3.generators.python.PythonClientCodegen |
6+
| 7.1.1 | 7.1.1 | io.swagger.codegen.v3.generators.python.PythonClientCodegen |
77

88
For further details, please visit:
99
- our [homepage](https://openrouteservice.org)

openrouteservice/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7272
self.default_headers[header_name] = header_value
7373
self.cookie = cookie
7474
# Set default User-Agent.
75-
self.user_agent = 'Swagger-Codegen/7.1.1.post2/python'
75+
self.user_agent = 'Swagger-Codegen/7.1.1/python'
7676

7777
def __del__(self):
7878
self.pool.close()

openrouteservice/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,5 +247,5 @@ def to_debug_report(self):
247247
"OS: {env}\n"\
248248
"Python Version: {pyversion}\n"\
249249
"Version of the API: 7.1.1\n"\
250-
"SDK Package Version: 7.1.1.post2".\
250+
"SDK Package Version: 7.1.1".\
251251
format(env=sys.platform, pyversion=sys.version)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "openrouteservice"
7-
version = "7.1.1.post2"
7+
version = "7.1.1"
88
authors = ["HeiGIT gGmbH <[email protected]>"]
99
description = "Python client for requests to openrouteservice API services"
1010
readme = "README.md"

setup.py

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

1515
NAME = "openrouteservice"
16-
VERSION = "7.1.1.post2"
16+
VERSION = "7.1.1"
1717
# To install the library, run the following
1818
#
1919
# python setup.py install

0 commit comments

Comments
 (0)