Skip to content

Commit

Permalink
Updates for v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Concourse committed Jan 10, 2024
1 parent 40d14d2 commit ecb5638
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.901
- Package version: 2.0.5
- API version: 0.1.903
- Package version: 2.0.6
- 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_notifications_sdk-2.0.6.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion sdk/lusid_notifications/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.901\n"\
"Version of the API: 0.1.903\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-notifications-sdk"
version = "2.0.5"
version = "2.0.6"
description = "FINBOURNE Notifications API"
authors = ["FINBOURNE Technology <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit ecb5638

Please sign in to comment.