Skip to content

Commit

Permalink
Version 2.11.0-v2-21.2.00.00 release (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: DevCenter-DocuSign <[email protected]>
  • Loading branch information
harsharahul and DevCenter-DocuSign authored Jul 28, 2021
1 parent d271973 commit 66f6348
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

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

## [2.11.0] - eSignature API v2-2.11.0 - 2021-07-22
### Changed
- Added support for version v2-2.11.0 of the DocuSign eSignature API.
- Updated the SDK release version.

## [2.11.0rc1] - eSignature API v2-2.11.0rc1 - 2021-07-13
### Changed
- Added support for version v2-2.11.0rc1 of the DocuSign eSignature API.
Expand Down
4 changes: 2 additions & 2 deletions docusign_esign/client/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ def __init__(self):
self.key_file = None

if PY3:
self.user_agent = 'Swagger-Codegen/v2/2.11.0rc1/python3'
self.user_agent = 'Swagger-Codegen/v2/2.11.0/python3'
else:
self.user_agent = 'Swagger-Codegen/v2/2.11.0rc1/python2'
self.user_agent = 'Swagger-Codegen/v2/2.11.0/python2'

@property
def logger_file(self):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from setuptools import setup, find_packages, Command, os # noqa: H301

NAME = "docusign-esign"
VERSION = "2.11.0rc1"
VERSION = "2.11.0"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 66f6348

Please sign in to comment.