Skip to content

Commit

Permalink
Updates for v2.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Concourse committed May 11, 2024
1 parent 158de4e commit 6349967
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 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.995
- Package version: 2.1.15
- API version: 0.1.996
- Package version: 2.1.16
- 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/lusid_workflow_sdk-2.1.16.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion sdk/lusid_workflow/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.995\n"\
"Version of the API: 0.1.996\n"\
"SDK Package Version: {package_version}".\
format(env=sys.platform, pyversion=sys.version, package_version=package_version)

Expand Down
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 = "lusid-workflow-sdk"
version = "2.1.15"
version = "2.1.16"
description = "FINBOURNE Workflow API"
authors = ["FINBOURNE Technology <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 6349967

Please sign in to comment.