Skip to content

Commit

Permalink
Generate newest code from openapi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bundesbot authored and bundesbot committed Feb 14, 2024
1 parent 6a88b53 commit 33ac8f7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion python-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Meeres-Monitoringdaten von Küstenbundesländern und Forschungseinrichtungen
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.0.0
- Package version: 0.1.0
- Package version: 0.2.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

## Requirements.
Expand Down
2 changes: 1 addition & 1 deletion python-client/deutschland/mudab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""


__version__ = "0.1.0"
__version__ = "0.2.0"

# import ApiClient
from deutschland.mudab.api_client import ApiClient
Expand Down
2 changes: 1 addition & 1 deletion python-client/deutschland/mudab/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __init__(
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = "OpenAPI-Generator/0.1.0/python"
self.user_agent = "OpenAPI-Generator/0.2.0/python"

def __enter__(self):
return self
Expand Down
2 changes: 1 addition & 1 deletion python-client/deutschland/mudab/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def to_debug_report(self):
"OS: {env}\n"
"Python Version: {pyversion}\n"
"Version of the API: 1.0.0\n"
"SDK Package Version: 0.1.0".format(env=sys.platform, pyversion=sys.version)
"SDK Package Version: 0.2.0".format(env=sys.platform, pyversion=sys.version)
)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion python-client/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "de-mudab"
version = "0.1.0"
version = "0.2.0"
description = "Umweltbundesamt: Meeresumweltdatenbank (MUDAB)"
keywords = ["OpenAPI", "OpenAPI-Generator", "mudab", "App", "API"]
homepage = "https://github.com/bundesAPI/mudab-api"
Expand Down
4 changes: 2 additions & 2 deletions python-client/sphinx-docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
copyright = "2024, BundesAPI"
author = "BundesAPI"

version = "0.1.0"
release = "0.1.0"
version = "0.2.0"
release = "0.2.0"

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

0 comments on commit 33ac8f7

Please sign in to comment.