From 511922b87bf61990c4dc5c892e7d13c416d07df3 Mon Sep 17 00:00:00 2001 From: Harsha Rahul Boggaram Date: Fri, 21 Aug 2020 14:33:21 -0700 Subject: [PATCH] Version v2.6.0 release (#85) * Version v2.6.0-v2-20.2.02.02 release * Update .travis.yml Co-authored-by: DevCenter-DocuSign --- CHANGELOG.md | 7 ++++++- setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbdc3ed7..e3315828 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. +## [2.6.0] - eSignature API v2-20.2.02.02 - 2020-08-21 +### Changed +* Added support for version v2-20.2.02.02 of the DocuSign eSignature API. +* Updated the SDK release version. + ## [2.5.0] - eSignature API v2-20.2.00 - 2020-07-09 ### Changed * Added support for version v2-20.2.00 of the DocuSign eSignature API. @@ -107,4 +112,4 @@ See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for ## [1.0.0] - 2017-08-08 ### Added -- Initial commit of the new Python SDK for DocuSign API, automatically generated from OpenAPI specification. \ No newline at end of file +- Initial commit of the new Python SDK for DocuSign API, automatically generated from OpenAPI specification. diff --git a/setup.py b/setup.py index a47969a5..68165ba0 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ from setuptools import setup, find_packages, Command, os # noqa: H301 NAME = "docusign_esign" -VERSION = "2.6.0rc1" +VERSION = "2.6.0" # To install the library, run the following # # python setup.py install