Skip to content

Commit

Permalink
Version 3.11.0-v2.1-21.2.00.00 release (#118)
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 c46e7a9 commit 67d6e0b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .swagger-codegen-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,13 @@ LICENSE
requirements.txt
test-requirements.txt
setup.cfg
#setup.py


# Specific src and test files
tox.ini
docs/
test/
docusign_esign/client/
#docusign_esign/__init__.py
docusign_esign/api_client.py
docusign_esign/configuration.py
docusign_esign/rest.py
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.

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

## [3.11.0rc1] - eSignature API v2.1-21.2.00.00 - 2021-07-13
### Changed
- Added support for version v2.1-21.2.00.00 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.1/3.11.0rc1/python3'
self.user_agent = 'Swagger-Codegen/v2.1/3.11.0/python3'
else:
self.user_agent = 'Swagger-Codegen/v2.1/3.11.0rc1/python2'
self.user_agent = 'Swagger-Codegen/v2.1/3.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 = "3.11.0rc1"
VERSION = "3.11.0"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 67d6e0b

Please sign in to comment.