Skip to content

Commit

Permalink
v3.3.0 GA (#68)
Browse files Browse the repository at this point in the history
## [3.3.0] - eSignature API v2.1-20.1.02 - 2020-06-02
### Changed
*   Added support for version v2.1-20.1.02 of the DocuSign eSignature API.
*   Updated the SDK release version.
*   Changed the way the model takes in the parameters when more than 255 arguments, now works with python3 versions which were limiting it. Fix introduced again. (DCM-3701)

Co-authored-by: Harsha Rahul Boggaram <HarshaRahul.Boggaram@docusign.com>
  • Loading branch information
harsharahul and harsharahul authored Jun 3, 2020
1 parent 2c41f04 commit 326351a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ 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.3.0] - eSignature API v2.1-20.1.02 - 2020-06-02
### Changed
* Added support for version v2.1-20.1.02 of the DocuSign eSignature API.
* Updated the SDK release version.
* Changed the way the model takes in the parameters when more than 255 arguments, now works with python3 versions which were limiting it. Fix introduced again. (DCM-3701)

## [3.2.0] - eSignature API v2.1-20.1.00 - 2020-03-27
### Changed
* Added support for version v2.1-20.1.00 of the DocuSign eSignature API.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from setuptools import setup, find_packages, Command

NAME = "docusign_esign"
VERSION = "3.3.0rc1"
VERSION = "3.3.0"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 326351a

Please sign in to comment.