Skip to content

Commit

Permalink
Updates for v2.1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
Concourse committed May 21, 2024
1 parent da4bc94 commit a2c8ecb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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.0.2920
- Package version: 2.1.26
- API version: 0.0.2922
- Package version: 2.1.27
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://www.finbourne.com](https://www.finbourne.com)

Expand Down
2 changes: 1 addition & 1 deletion sdk/finbourne_identity/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.0.2920\n"\
"Version of the API: 0.0.2922\n"\
"SDK Package Version: {package_version}".\
format(env=sys.platform, pyversion=sys.version, package_version=package_version)

Expand Down
14 changes: 7 additions & 7 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-identity-sdk"
version = "2.1.26"
version = "2.1.27"
description = "FINBOURNE Identity Service API"
authors = ["FINBOURNE Technology <info@finbourne.com>"]
license = "MIT"
Expand Down

0 comments on commit a2c8ecb

Please sign in to comment.