Skip to content

Commit 2ebdcfe

Browse files
author
Joshua Tennies
committed
Codegen config version bump
1 parent 0a4aff0 commit 2ebdcfe

File tree

5 files changed

+5
-46
lines changed

5 files changed

+5
-46
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ REST API used for SCORM Cloud integrations.
44
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
55

66
- API version: 2.0
7-
- Package version: 1.0.1
7+
- Package version: 1.0.2
88
- Build package: io.swagger.codegen.languages.PythonClientCodegen
99

1010
## Requirements.

rustici_software_cloud_v2/api_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7474
self.default_headers[header_name] = header_value
7575
self.cookie = cookie
7676
# Set default User-Agent.
77-
self.user_agent = 'Swagger-Codegen/1.0.1/python'
77+
self.user_agent = 'Swagger-Codegen/1.0.2/python'
7878

7979
def __del__(self):
8080
if self._pool is not None:

rustici_software_cloud_v2/configuration.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -266,5 +266,5 @@ def to_debug_report(self):
266266
"OS: {env}\n"\
267267
"Python Version: {pyversion}\n"\
268268
"Version of the API: 2.0\n"\
269-
"SDK Package Version: 1.0.1".\
270-
format(env=sys.platform, pyversion=sys.version)
269+
"SDK Package Version: 1.0.2".\
270+
format(env=sys.platform, pyversion=sys.version)

rustici_software_cloud_v2/rest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,4 +321,4 @@ def __str__(self):
321321
if self.body:
322322
error_message += "HTTP response body: {0}\n".format(self.body)
323323

324-
return error_message
324+
return error_message

setup.py

-41
This file was deleted.

0 commit comments

Comments
 (0)