From 3921a4ccdcd234ad619d72df8605940e3e45b03c Mon Sep 17 00:00:00 2001 From: Harsha Rahul Boggaram Date: Thu, 1 Oct 2020 19:26:48 -0700 Subject: [PATCH] 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 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c1100d5..57fcbe0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ 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.6.0] - eSignature API v2.1-20.3.00 - 2020-09-24 +### Changed +- Added support for version v2.1-20.3.00 of the DocuSign eSignature API. +- Updated the SDK release version. + ## [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. diff --git a/setup.py b/setup.py index 32c983b3..9dbe295f 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ from setuptools import setup, find_packages, Command, os # noqa: H301 NAME = "docusign-esign" -VERSION = "3.6.0rc1" +VERSION = "3.6.0" # To install the library, run the following # # python setup.py install