Skip to content

Commit

Permalink
Generated update. Please review before merging.
Browse files Browse the repository at this point in the history
  • Loading branch information
GitLab CI/CD committed Apr 8, 2024
1 parent d912f54 commit f3f2c9c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@ The openrouteservice library gives you painless access to the [openrouteservice]

| API Version | Package version | Build package |
| -------------- | ------------------ | ------------------ |
| 7.1.1 | 7.1.1.post2 | io.swagger.codegen.v3.generators.python.PythonClientCodegen |
| 7.1.1 | 7.1.1 | io.swagger.codegen.v3.generators.python.PythonClientCodegen |

For further details, please visit:
- our [homepage](https://openrouteservice.org)
Expand Down
2 changes: 1 addition & 1 deletion openrouteservice/api_client.py
Expand Up @@ -72,7 +72,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'Swagger-Codegen/7.1.1.post2/python'
self.user_agent = 'Swagger-Codegen/7.1.1/python'

def __del__(self):
self.pool.close()
Expand Down
2 changes: 1 addition & 1 deletion openrouteservice/configuration.py
Expand Up @@ -247,5 +247,5 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 7.1.1\n"\
"SDK Package Version: 7.1.1.post2".\
"SDK Package Version: 7.1.1".\
format(env=sys.platform, pyversion=sys.version)
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "openrouteservice"
version = "7.1.1.post2"
version = "7.1.1"
authors = ["HeiGIT gGmbH <support@smartmobility.heigit.org>"]
description = "Python client for requests to openrouteservice API services"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "openrouteservice"
VERSION = "7.1.1.post2"
VERSION = "7.1.1"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit f3f2c9c

Please sign in to comment.