Skip to content

Commit

Permalink
Version v3.5.0 release (#86)
Browse files Browse the repository at this point in the history
* Version v3.5.0-v2.1-20.2.02.02 release

* Update .travis.yml

* Update README.md

Co-authored-by: DevCenter-DocuSign <[email protected]>
  • Loading branch information
harsharahul and DevCenter-DocuSign authored Aug 21, 2020
1 parent f23bfb3 commit 81657cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
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.5.0] - eSignature API v2.1-20.2.02.02 - 2020-08-21
### Changed
* Added support for version v2.1-20.2.02.02 of the DocuSign eSignature API.
* Updated the SDK release version.
* Updated/added properties for bulk send & advanced recipient routing.

## [3.4.0] - eSignature API v2.1-20.2.00 - 2020-07-09
### Changed
* Added support for version v2.1-20.2.00 of the DocuSign eSignature API.
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from setuptools import setup, find_packages, Command, os # noqa: H301

NAME = "docusign-esign"
VERSION = "3.5.0rc1"
VERSION = "3.5.0"
# To install the library, run the following
#
# python setup.py install
Expand Down Expand Up @@ -44,8 +44,8 @@ def run(self):
install_requires=REQUIRES,
packages=find_packages(),
include_package_data=True,
cmdclass={
'clean': CleanCommand,
cmdclass={
'clean': CleanCommand,
},
long_description="""\
The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. # noqa: E501
Expand Down

0 comments on commit 81657cf

Please sign in to comment.