From b98adb8ee505a5018e2f4f17c6e8bcd84bb3e23b Mon Sep 17 00:00:00 2001 From: Ian Hellen Date: Fri, 25 Sep 2020 16:03:04 -0700 Subject: [PATCH] Updating version to 0.8.1 (#103) * Updating version to 0.8.1 * False positives for Credscan --- .ci_config/credscan.json | 9 +++++++++ msticpy/_version.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.ci_config/credscan.json b/.ci_config/credscan.json index 02c05bd44..045703e6b 100644 --- a/.ci_config/credscan.json +++ b/.ci_config/credscan.json @@ -9,6 +9,10 @@ "file": "AzureData.rst.txt", "_justification": "This is a code usage example and does not contain a secret." }, + { + "file": "UploadData.rst.txt", + "_justification": "This is a code usage example and does not contain a secret." + }, { "file": "msticpyconfig.rst.txt", "_justification": "This is acode usage example and does not contain a secret." @@ -20,6 +24,11 @@ { "file": "test_splunk_uploader.py", "_justification": "This is a test case and does not contain a secret." + }, + { + "file": "msticpyconfig.yaml", + "_justification": "This is a test case and does not contain a secret." } + ] } \ No newline at end of file diff --git a/msticpy/_version.py b/msticpy/_version.py index 0545ea604..c87439aec 100644 --- a/msticpy/_version.py +++ b/msticpy/_version.py @@ -1,2 +1,2 @@ """Version file.""" -VERSION = "0.8.0" +VERSION = "0.8.1"