Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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