Skip to content

Commit

Permalink
Version 3.4.0 release (#80)
Browse files Browse the repository at this point in the history
* Version 3.4.0-v2.1-20.2.00 release

* Updating readme and travis

Co-authored-by: automation <[email protected]>
Co-authored-by: Harsha Rahul Boggaram <[email protected]>
  • Loading branch information
3 people authored Jul 10, 2020
1 parent 5e8f005 commit 7f636ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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.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.
* Updated the SDK release version.
* Updated/added properties for bulk update call

## [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.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"""


from setuptools import setup, find_packages, Command # noqa: H301
from setuptools import setup, find_packages, Command, os # noqa: H301

NAME = "docusign-esign"
VERSION = "3.4.0rc1"
VERSION = "3.4.0"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 7f636ee

Please sign in to comment.