Skip to content

Commit 326351a

Browse files
authored
v3.3.0 GA (#68)
## [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>
1 parent 2c41f04 commit 326351a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ 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+
## [3.3.0] - eSignature API v2.1-20.1.02 - 2020-06-02
7+
### Changed
8+
* Added support for version v2.1-20.1.02 of the DocuSign eSignature API.
9+
* Updated the SDK release version.
10+
* 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)
11+
612
## [3.2.0] - eSignature API v2.1-20.1.00 - 2020-03-27
713
### Changed
814
* Added support for version v2.1-20.1.00 of the DocuSign eSignature API.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from setuptools import setup, find_packages, Command
1616

1717
NAME = "docusign_esign"
18-
VERSION = "3.3.0rc1"
18+
VERSION = "3.3.0"
1919
# To install the library, run the following
2020
#
2121
# python setup.py install

0 commit comments

Comments
 (0)