Skip to content

Commit 8227a01

Browse files
authored
GA Release 2.1.0 (#42)
GA 2.1.0 Release and updates to the changelog.
1 parent ec7d2e1 commit 8227a01

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+
## [2.1.0] - eSignature API v2-19.2.02 - 2019-10-09
7+
### Changed
8+
* Updated the way the models and classes are initialized. Now using constructor parameters to initialize the classes. Updates to unit tests.
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-1788)
11+
612
## [2.1.0rc1] - eSignature API v2-19.2.02 - 2019-08-28
713
### Changed
814
* 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 = "2.1.0rc1"
19+
VERSION = "2.1.0"
2020
# To install the library, run the following
2121
#
2222
# python setup.py install

0 commit comments

Comments
 (0)