Skip to content

Commit

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

## 1.0.0 (2024-05-27)


### Features

* integrate openapi client sdk ([bf6e83c](https://github.com/gopad/gopad-python/commit/bf6e83cfc6330e8f376e930446ab5990e195946c))
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: 0.0.0
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

For more information, please visit [https://gopad.eu](https://gopad.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 gopad@0.0.0
pip install gopad@1.0.0
```

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


__version__ = "0.0.0"
__version__ = "1.0.0"

# import apis into sdk package
from gopad.api.auth_api import AuthApi
Expand Down
2 changes: 1 addition & 1 deletion gopad/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,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: 0.0.0".\
"SDK Package Version: 1.0.0".\
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: gopad
packageUrl: https://github.com/gopad/gopad-python
packageVersion: 0.0.0
packageVersion: 1.0.0
projectName: gopad

...

0 comments on commit 86ea20c

Please sign in to comment.