Skip to content

Commit

Permalink
chore(release): 6.0.10
Browse files Browse the repository at this point in the history
## [6.0.10](v6.0.9...v6.0.10) (2023-09-22)

### Bug Fixes

* error when getting non existing credentials ([#232](#232)) ([891a90a](891a90a))
  • Loading branch information
srv-rr-github-token committed Sep 22, 2023
1 parent 891a90a commit 729bc6e
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.9"
version = "6.0.10"
description = ""
authors = ["Splunk <[email protected]>"]
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.9"
__version__ = "6.0.10"

0 comments on commit 729bc6e

Please sign in to comment.