Skip to content

Commit 33ac8f7

Browse files
bundesbotbundesbot
authored andcommitted
Generate newest code from openapi.yaml
1 parent 6a88b53 commit 33ac8f7

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

python-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Meeres-Monitoringdaten von Küstenbundesländern und Forschungseinrichtungen
55
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
66

77
- API version: 1.0.0
8-
- Package version: 0.1.0
8+
- Package version: 0.2.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010

1111
## Requirements.

python-client/deutschland/mudab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212

1313

14-
__version__ = "0.1.0"
14+
__version__ = "0.2.0"
1515

1616
# import ApiClient
1717
from deutschland.mudab.api_client import ApiClient

python-client/deutschland/mudab/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def __init__(
8181
self.default_headers[header_name] = header_value
8282
self.cookie = cookie
8383
# Set default User-Agent.
84-
self.user_agent = "OpenAPI-Generator/0.1.0/python"
84+
self.user_agent = "OpenAPI-Generator/0.2.0/python"
8585

8686
def __enter__(self):
8787
return self

python-client/deutschland/mudab/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ def to_debug_report(self):
398398
"OS: {env}\n"
399399
"Python Version: {pyversion}\n"
400400
"Version of the API: 1.0.0\n"
401-
"SDK Package Version: 0.1.0".format(env=sys.platform, pyversion=sys.version)
401+
"SDK Package Version: 0.2.0".format(env=sys.platform, pyversion=sys.version)
402402
)
403403

404404
def get_host_settings(self):

python-client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "de-mudab"
4-
version = "0.1.0"
4+
version = "0.2.0"
55
description = "Umweltbundesamt: Meeresumweltdatenbank (MUDAB)"
66
keywords = ["OpenAPI", "OpenAPI-Generator", "mudab", "App", "API"]
77
homepage = "https://github.com/bundesAPI/mudab-api"

python-client/sphinx-docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
copyright = "2024, BundesAPI"
1515
author = "BundesAPI"
1616

17-
version = "0.1.0"
18-
release = "0.1.0"
17+
version = "0.2.0"
18+
release = "0.2.0"
1919

2020
# -- General configuration ---------------------------------------------------
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

0 commit comments

Comments
 (0)