Skip to content

Commit 65d28df

Browse files
committed
2.0.1 minor release
### Removed * Removed harcoded test config values from the test cases. Now getting test config values from the environment variables. ### Changed * Made dependencies versions broader (using '>=' to specify minimum supported versions).
1 parent c16f44b commit 65d28df

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ 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.0.1] - 2019-06-24
7+
### Removed
8+
* Removed harcoded test config values from the test cases. Now getting test config values from the environment variables.
9+
### Changed
10+
* Made dependencies versions broader (using '>=' to specify minimum supported versions).
11+
612
## [2.0.0] - eSignature API v19.1.02 - 2019-05-24
713
### Removed
814
* configure_jwt_authorization_flow has been removed. Update to use either request_jwt_user_token or request_jwt_application_token

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from setuptools import setup, find_packages, Command
1717

1818
NAME = "docusign_esign"
19-
VERSION = "2.0.0"
19+
VERSION = "2.0.1"
2020
# To install the library, run the following
2121
#
2222
# python setup.py install

0 commit comments

Comments
 (0)