Skip to content

Commit 511922b

Browse files
Version v2.6.0 release (#85)
* Version v2.6.0-v2-20.2.02.02 release * Update .travis.yml Co-authored-by: DevCenter-DocuSign <dcdev@docusign.com>
1 parent 3824da2 commit 511922b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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+
## [2.6.0] - eSignature API v2-20.2.02.02 - 2020-08-21
7+
### Changed
8+
* Added support for version v2-20.2.02.02 of the DocuSign eSignature API.
9+
* Updated the SDK release version.
10+
611
## [2.5.0] - eSignature API v2-20.2.00 - 2020-07-09
712
### Changed
813
* 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
107112

108113
## [1.0.0] - 2017-08-08
109114
### Added
110-
- Initial commit of the new Python SDK for DocuSign API, automatically generated from OpenAPI specification.
115+
- Initial commit of the new Python SDK for DocuSign API, automatically generated from OpenAPI specification.

setup.py

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

1616
NAME = "docusign_esign"
17-
VERSION = "2.6.0rc1"
17+
VERSION = "2.6.0"
1818
# To install the library, run the following
1919
#
2020
# python setup.py install

0 commit comments

Comments
 (0)