Skip to content

Commit ac47068

Browse files
authored
v2.4.0 GA (#67)
## [2.4.0] - eSignature API v2-20.1.02 - 2020-06-02 ### Changed * Added support for version v2.1-20.1.02 of the DocuSign eSignature API. * Updated the SDK release version. Co-authored-by: Harsha Rahul Boggaram <HarshaRahul.Boggaram@docusign.com>
1 parent 82e07be commit ac47068

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ 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.4.0] - eSignature API v2-20.1.02 - 2020-06-02
7+
### Changed
8+
* Added support for version v2.1-20.1.02 of the DocuSign eSignature API.
9+
* Updated the SDK release version.
10+
611
## [2.3.0] - eSignature API v2-20.1.00 - 2020-03-27
712
### Changed
813
* Added support for version v2-20.1.00 of the DocuSign eSignature API.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from setuptools import setup, find_packages
1616

1717
NAME = "docusign_esign"
18-
VERSION = "2.4.0rc1"
18+
VERSION = "2.4.0"
1919
# To install the library, run the following
2020
#
2121
# python setup.py install

0 commit comments

Comments
 (0)