File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
33
44See [ 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
Original file line number Diff line number Diff line change 1616from setuptools import setup , find_packages , Command
1717
1818NAME = "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
You can’t perform that action at this time.
0 commit comments