diff --git a/CHANGELOG.md b/CHANGELOG.md index d6c9f65..ef66bb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.6.0](https://github.com/gopad/gopad-python/compare/v1.5.2...v1.6.0) (2025-02-24) + + +### Features + +* automated openapi client update ([5172674](https://github.com/gopad/gopad-python/commit/51726747a929a7d54b3d08e306e35b6c21a9f735)) +* automated openapi client update ([93f4962](https://github.com/gopad/gopad-python/commit/93f49620222e26b8ede3f0bea8505e2c4bef80cd)) + ## [1.5.2](https://github.com/gopad/gopad-python/compare/v1.5.1...v1.5.2) (2025-01-27) diff --git a/README.md b/README.md index ad214c9..f097fcb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository provides a client SDK for Python. This SDK is automatically generated by the [OpenAPI Generator][generator] project: - API version: 1.0.0-alpha1 -- Package version: 1.5.2 +- Package version: 1.6.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit [https://gopad.eu](https://gopad.eu) @@ -22,7 +22,7 @@ execute the following command within your project directory, after that you can import it as other libraries: ```console -pip install gopad@1.5.2 +pip install gopad@1.6.0 ``` ## Tests diff --git a/gopad/__init__.py b/gopad/__init__.py index 6346854..3889e61 100644 --- a/gopad/__init__.py +++ b/gopad/__init__.py @@ -15,7 +15,7 @@ """ # noqa: E501 -__version__ = "1.5.2" +__version__ = "1.6.0" # import apis into sdk package from gopad.api.auth_api import AuthApi diff --git a/gopad/configuration.py b/gopad/configuration.py index 1435228..f1690f3 100644 --- a/gopad/configuration.py +++ b/gopad/configuration.py @@ -430,7 +430,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 1.0.0-alpha1\n"\ - "SDK Package Version: 1.5.2".\ + "SDK Package Version: 1.6.0".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/openapi.yml b/openapi.yml index d37a03c..41bae38 100644 --- a/openapi.yml +++ b/openapi.yml @@ -2,7 +2,7 @@ library: urllib3 packageName: gopad packageUrl: https://github.com/gopad/gopad-python -packageVersion: 1.5.2 +packageVersion: 1.6.0 projectName: gopad ... diff --git a/pyproject.toml b/pyproject.toml index 7d677b4..675fac8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gopad" -version = "1.5.2" +version = "1.6.0" description = "Gopad OpenAPI" classifiers = [