Skip to content

Commit 19b7d08

Browse files
chore(release): 6.0.6
## [6.0.6](v6.0.5...v6.0.6) (2022-09-01) ### Bug Fixes * look for the passwords in the particular realm, not all the passwords ([#162](#162)) ([326ffa1](326ffa1))
1 parent 326ffa1 commit 19b7d08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
[tool.poetry]
1818
name = "splunktaucclib"
19-
version = "6.0.5"
19+
version = "6.0.6"
2020
description = ""
2121
authors = ["Splunk <addonfactory@splunk.com>"]
2222
license = "APACHE-2.0"

splunktaucclib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
__version__ = "6.0.5"
17+
__version__ = "6.0.6"

0 commit comments

Comments
 (0)