Skip to content

Commit 66f6348

Browse files
Version 2.11.0-v2-21.2.00.00 release (#119)
Co-authored-by: DevCenter-DocuSign <dcdev@docusign.com>
1 parent d271973 commit 66f6348

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33

44
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
55

6+
## [2.11.0] - eSignature API v2-2.11.0 - 2021-07-22
7+
### Changed
8+
- Added support for version v2-2.11.0 of the DocuSign eSignature API.
9+
- Updated the SDK release version.
10+
611
## [2.11.0rc1] - eSignature API v2-2.11.0rc1 - 2021-07-13
712
### Changed
813
- Added support for version v2-2.11.0rc1 of the DocuSign eSignature API.

docusign_esign/client/configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ def __init__(self):
9090
self.key_file = None
9191

9292
if PY3:
93-
self.user_agent = 'Swagger-Codegen/v2/2.11.0rc1/python3'
93+
self.user_agent = 'Swagger-Codegen/v2/2.11.0/python3'
9494
else:
95-
self.user_agent = 'Swagger-Codegen/v2/2.11.0rc1/python2'
95+
self.user_agent = 'Swagger-Codegen/v2/2.11.0/python2'
9696

9797
@property
9898
def logger_file(self):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from setuptools import setup, find_packages, Command, os # noqa: H301
1515

1616
NAME = "docusign-esign"
17-
VERSION = "2.11.0rc1"
17+
VERSION = "2.11.0"
1818
# To install the library, run the following
1919
#
2020
# python setup.py install

0 commit comments

Comments
 (0)