Skip to content

Commit

Permalink
chore(release): 5.0.5
Browse files Browse the repository at this point in the history
## [5.0.5](v5.0.4...v5.0.5) (2021-11-13)

### Bug Fixes

* Allow Splunk sdk compat with .16 ([#86](#86)) ([9c85dfb](9c85dfb))
  • Loading branch information
semantic-release-bot committed Nov 13, 2021
1 parent 2fd5bfc commit 8e37075
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 = "0.0.0"
version = "5.0.5"
description = ""
authors = ["rfaircloth-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__ = "0.0.0"
__version__ = "5.0.5"

0 comments on commit 8e37075

Please sign in to comment.