Skip to content

Commit 7f636ee

Browse files
harsharahulautomation
andauthored
Version 3.4.0 release (#80)
* Version 3.4.0-v2.1-20.2.00 release * Updating readme and travis Co-authored-by: automation <automation@docusign.com> Co-authored-by: Harsha Rahul Boggaram <harsharahul.boggaram@docusign.com>
1 parent 5e8f005 commit 7f636ee

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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.4.0] - eSignature API v2.1-20.2.00 - 2020-07-09
7+
### Changed
8+
* Added support for version v2.1-20.2.00 of the DocuSign eSignature API.
9+
* Updated the SDK release version.
10+
* Updated/added properties for bulk update call
11+
612
## [3.3.0] - eSignature API v2.1-20.1.02 - 2020-06-02
713
### Changed
814
* Added support for version v2.1-20.1.02 of the DocuSign eSignature API.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"""
1212

1313

14-
from setuptools import setup, find_packages, Command # noqa: H301
14+
from setuptools import setup, find_packages, Command, os # noqa: H301
1515

1616
NAME = "docusign-esign"
17-
VERSION = "3.4.0rc1"
17+
VERSION = "3.4.0"
1818
# To install the library, run the following
1919
#
2020
# python setup.py install

0 commit comments

Comments
 (0)