Skip to content

Commit 80bbabe

Browse files
authored
GA Release 3.0.0 (#43)
GA Release of 3.0.0 and Changelog update
1 parent 89fbf0b commit 80bbabe

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ 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.0.0] - eSignature API v2.1-19.2.02 - 2019-10-10
7+
### Changed
8+
* Updated the way the models and classes are initialized. Now using constructor parameters to initialize the classes. Updates to unit tests. (DCM-1788)
9+
### Fixed
10+
* A bug in model mapping where instead of mapping to custom DocuSign `Date` class, was mapping to python `date` class. Causing the functions such as `envelope_api.list_tabs()` to raise exception. (DCM-3102)
11+
### BREAKING
12+
* The SDK now supports API v2.1-19.2.02 of the DocuSign eSignature API.
13+
* SDK Release Version updated.
14+
615
## [3.0.0rc1] - eSignature API v2.1-19.2.02 - 2019-08-28
716
### Changed
817
* Updated the way the models and classes are initialized. Now using constructor parameters to initialize the classes. Updates to unit tests. (DCM-1788)

setup.py

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

1818
NAME = "docusign_esign"
19-
VERSION = "3.0.0rc1"
19+
VERSION = "3.0.0"
2020
# To install the library, run the following
2121
#
2222
# python setup.py install

0 commit comments

Comments
 (0)