Skip to content

Commit

Permalink
Version v2.6.0 release (#85)
Browse files Browse the repository at this point in the history
* Version v2.6.0-v2-20.2.02.02 release

* Update .travis.yml

Co-authored-by: DevCenter-DocuSign <dcdev@docusign.com>
  • Loading branch information
harsharahul and DevCenter-DocuSign authored Aug 21, 2020
1 parent 3824da2 commit 511922b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
- Initial commit of the new Python SDK for DocuSign API, automatically generated from OpenAPI specification.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 511922b

Please sign in to comment.