Skip to content

Commit

Permalink
chore(release): 6.0.5
Browse files Browse the repository at this point in the history
## [6.0.5](v6.0.4...v6.0.5) (2022-07-26)

### Bug Fixes

* data collection on SHC ([#157](#157)) ([e5c8acd](e5c8acd))
  • Loading branch information
semantic-release-bot committed Jul 26, 2022
1 parent e5c8acd commit 7025fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[tool.poetry]
name = "splunktaucclib"
version = "6.0.4"
version = "6.0.5"
description = ""
authors = ["Splunk <addonfactory@splunk.com>"]
license = "APACHE-2.0"
Expand Down
2 changes: 1 addition & 1 deletion splunktaucclib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

__version__ = "6.0.4"
__version__ = "6.0.5"

0 comments on commit 7025fb3

Please sign in to comment.