Skip to content

Commit

Permalink
Updates for v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Concourse committed Dec 4, 2023
1 parent 44c1b69 commit 3334086
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FINBOURNE Technology

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 0.1.208
- Package version: 2.0.3
- API version: 0.1.209
- Package version: 2.0.4
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://www.finbourne.com](https://www.finbourne.com)

Expand Down
Binary file not shown.
Binary file added sdk/dist/finbourne_horizon_sdk-2.0.4.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion sdk/finbourne_horizon/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def to_debug_report(self):
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 0.1.208\n"\
"Version of the API: 0.1.209\n"\
"SDK Package Version: {package_version}".\
format(env=sys.platform, pyversion=sys.version, package_version=package_version)

Expand Down
18 changes: 9 additions & 9 deletions sdk/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "finbourne-horizon-sdk"
version = "2.0.3"
version = "2.0.4"
description = "FINBOURNE Horizon API"
authors = ["FINBOURNE Technology <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 3334086

Please sign in to comment.