Skip to content

Commit

Permalink
chore: release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 2, 2024
1 parent baadfef commit d055876
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.5.1](https://github.com/kleister/kleister-python/compare/v1.5.0...v1.5.1) (2024-12-02)


### Bugfixes

* **deps:** update dependency pydantic to v2.10.2 ([#73](https://github.com/kleister/kleister-python/issues/73)) ([923134d](https://github.com/kleister/kleister-python/commit/923134d72573090e4fa555e08682561fa9c1e6fb))
* **deps:** update dependency pytest to v8.3.4 ([#74](https://github.com/kleister/kleister-python/issues/74)) ([4c798b1](https://github.com/kleister/kleister-python/commit/4c798b18038d720a3a87e440a6816ef6d31bef33))

## [1.5.0](https://github.com/kleister/kleister-python/compare/v1.4.0...v1.5.0) (2024-11-25)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
- Package version: 1.5.1
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

For more information, please visit [https://kleister.eu](https://kleister.eu)
Expand All @@ -22,7 +22,7 @@ execute the following command within your project directory, after that you can
import it as other libraries:

```console
pip install kleister@1.5.0
pip install kleister@1.5.1
```

## Tests
Expand Down
2 changes: 1 addition & 1 deletion kleister/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
""" # noqa: E501


__version__ = "1.5.0"
__version__ = "1.5.1"

# import apis into sdk package
from kleister.api.auth_api import AuthApi
Expand Down
2 changes: 1 addition & 1 deletion kleister/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0".\
"SDK Package Version: 1.5.1".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
library: urllib3
packageName: kleister
packageUrl: https://github.com/kleister/kleister-python
packageVersion: 1.5.0
packageVersion: 1.5.1
projectName: kleister

...
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kleister"
version = "1.5.0"
version = "1.5.1"
description = "Kleister OpenAPI"

classifiers = [
Expand Down

0 comments on commit d055876

Please sign in to comment.