Skip to content

Commit 81657cf

Browse files
Version v3.5.0 release (#86)
* Version v3.5.0-v2.1-20.2.02.02 release * Update .travis.yml * Update README.md Co-authored-by: DevCenter-DocuSign <dcdev@docusign.com>
1 parent f23bfb3 commit 81657cf

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
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.5.0] - eSignature API v2.1-20.2.02.02 - 2020-08-21
7+
### Changed
8+
* Added support for version v2.1-20.2.02.02 of the DocuSign eSignature API.
9+
* Updated the SDK release version.
10+
* Updated/added properties for bulk send & advanced recipient routing.
11+
612
## [3.4.0] - eSignature API v2.1-20.2.00 - 2020-07-09
713
### Changed
814
* Added support for version v2.1-20.2.00 of the DocuSign eSignature API.

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from setuptools import setup, find_packages, Command, os # noqa: H301
1515

1616
NAME = "docusign-esign"
17-
VERSION = "3.5.0rc1"
17+
VERSION = "3.5.0"
1818
# To install the library, run the following
1919
#
2020
# python setup.py install
@@ -44,8 +44,8 @@ def run(self):
4444
install_requires=REQUIRES,
4545
packages=find_packages(),
4646
include_package_data=True,
47-
cmdclass={
48-
'clean': CleanCommand,
47+
cmdclass={
48+
'clean': CleanCommand,
4949
},
5050
long_description="""\
5151
The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501

0 commit comments

Comments
 (0)