Skip to content

Commit

Permalink
Updating version to 0.8.1 (#103)
Browse files Browse the repository at this point in the history
* Updating version to 0.8.1

* False positives for Credscan
  • Loading branch information
ianhelle authored Sep 25, 2020
1 parent f009cca commit b98adb8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .ci_config/credscan.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand All @@ -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."
}

]
}
2 changes: 1 addition & 1 deletion msticpy/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Version file."""
VERSION = "0.8.0"
VERSION = "0.8.1"

0 comments on commit b98adb8

Please sign in to comment.