From 0ccc42335fe2814880144f474511db687ad9dc39 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Dec 2024 08:18:58 +0000 Subject: [PATCH] chore: release 1.4.2 --- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- gopad/__init__.py | 2 +- gopad/configuration.py | 2 +- openapi.yml | 2 +- pyproject.toml | 2 +- 6 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1ec164..b18243a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.4.2](https://github.com/gopad/gopad-python/compare/v1.4.1...v1.4.2) (2024-12-09) + + +### Bugfixes + +* **deps:** update dependency pydantic to v2.10.3 ([#78](https://github.com/gopad/gopad-python/issues/78)) ([dba534e](https://github.com/gopad/gopad-python/commit/dba534ea7d67431a4bbd3cecc80beb664a6e867a)) +* **deps:** update dependency types-python-dateutil to v2.9.0.20241206 ([#79](https://github.com/gopad/gopad-python/issues/79)) ([251f609](https://github.com/gopad/gopad-python/commit/251f609f6070c9f09e953b3f43da2c428ab21eb8)) + ## [1.4.1](https://github.com/gopad/gopad-python/compare/v1.4.0...v1.4.1) (2024-12-02) diff --git a/README.md b/README.md index 346a38c..013a11d 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.4.1 +- Package version: 1.4.2 - 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.4.1 +pip install gopad@1.4.2 ``` ## Tests diff --git a/gopad/__init__.py b/gopad/__init__.py index 2b529d3..cd8830a 100644 --- a/gopad/__init__.py +++ b/gopad/__init__.py @@ -15,7 +15,7 @@ """ # noqa: E501 -__version__ = "1.4.1" +__version__ = "1.4.2" # import apis into sdk package from gopad.api.auth_api import AuthApi diff --git a/gopad/configuration.py b/gopad/configuration.py index 4dc0825..977b66b 100644 --- a/gopad/configuration.py +++ b/gopad/configuration.py @@ -439,7 +439,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.4.1".\ + "SDK Package Version: 1.4.2".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/openapi.yml b/openapi.yml index 7bb739e..2abd85c 100644 --- a/openapi.yml +++ b/openapi.yml @@ -2,7 +2,7 @@ library: urllib3 packageName: gopad packageUrl: https://github.com/gopad/gopad-python -packageVersion: 1.4.1 +packageVersion: 1.4.2 projectName: gopad ... diff --git a/pyproject.toml b/pyproject.toml index 5f46402..dd2b8fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gopad" -version = "1.4.1" +version = "1.4.2" description = "Gopad OpenAPI" classifiers = [