Skip to content

Commit c68d58c

Browse files
author
Chris Jackson
committed
Bump version to 1.1.0
1 parent b3c8b2a commit c68d58c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import os
1616

1717
NAME = "signrequest-python-client"
18-
VERSION = "1.0.0"
18+
VERSION = "1.1.0"
1919

2020

2121
def read(fname):

signrequest_client/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7373
self.default_headers[header_name] = header_value
7474
self.cookie = cookie
7575
# Set default User-Agent.
76-
self.user_agent = 'Swagger-Codegen/1.0.0/python'
76+
self.user_agent = 'Swagger-Codegen/1.1.0/python'
7777

7878
def __del__(self):
7979
self.pool.close()

signrequest_client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,5 +243,5 @@ def to_debug_report(self):
243243
"OS: {env}\n"\
244244
"Python Version: {pyversion}\n"\
245245
"Version of the API: v1\n"\
246-
"SDK Package Version: 1.0.0".\
246+
"SDK Package Version: 1.1.0".\
247247
format(env=sys.platform, pyversion=sys.version)

0 commit comments

Comments
 (0)