Skip to content

Commit 3921a4c

Browse files
Version 3.6.0 release (#90)
* Version 3.6.0-v2.1-20.3.00 release * Update .travis.yml * Update README.md Co-authored-by: DevCenter-DocuSign <[email protected]>
1 parent 677d22f commit 3921a4c

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+
## [3.6.0] - eSignature API v2.1-20.3.00 - 2020-09-24
7+
### Changed
8+
- Added support for version v2.1-20.3.00 of the DocuSign eSignature API.
9+
- Updated the SDK release version.
10+
611
## [3.5.0] - eSignature API v2.1-20.2.02.02 - 2020-08-21
712
### Changed
813
* Added support for version v2.1-20.2.02.02 of the DocuSign eSignature API.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from setuptools import setup, find_packages, Command, os # noqa: H301
1414

1515
NAME = "docusign-esign"
16-
VERSION = "3.6.0rc1"
16+
VERSION = "3.6.0"
1717
# To install the library, run the following
1818
#
1919
# python setup.py install

0 commit comments

Comments
 (0)