diff options
author | stark, steven <steven.stark@att.com> | 2020-08-17 13:00:47 -0700 |
---|---|---|
committer | stark, steven <steven.stark@att.com> | 2020-08-19 13:52:20 -0700 |
commit | 7c90d325e8fd8ce21fa747ab292f9c233e3bf367 (patch) | |
tree | 6857c930b3c558a6bb52b33ade86efc20581589f /onap-client/setup.py | |
parent | 6b5ef9b8b18f46358e699686a6e706ed3002bd9a (diff) |
[VVP] Updating logging
Updating logging to inherit logging instacne from
calling application. CLI creates own logging instance.
Issue-ID: VVP-456
Signed-off-by: stark, steven <steven.stark@att.com>
Change-Id: I1277eb55413063e90b1681b36881a6a5a2b9c272
Signed-off-by: stark, steven <steven.stark@att.com>
Diffstat (limited to 'onap-client/setup.py')
-rw-r--r-- | onap-client/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/onap-client/setup.py b/onap-client/setup.py index e63b08c..d02864b 100644 --- a/onap-client/setup.py +++ b/onap-client/setup.py @@ -47,7 +47,7 @@ for file in os.listdir("etc/payloads"): setuptools.setup( name="onap-client", - version="0.9.3", + version="0.9.4", author="Steven Stark", author_email="steven.stark@att.com", description="Python API wrapper for ONAP applications", |