Skip to content

Commit

Permalink
chore(release): 6.4.0-beta.1
Browse files Browse the repository at this point in the history
# [6.4.0-beta.1](v6.3.0...v6.4.0-beta.1) (2024-10-09)

### Features

* add default and custom validations for name field ([#316](#316)) ([1681309](1681309))
  • Loading branch information
srv-rr-github-token committed Oct 9, 2024
1 parent 1681309 commit ef5ccb4
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.3.0"
version = "6.4.0-beta.1"
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.3.0"
__version__ = "6.4.0-beta.1"

0 comments on commit ef5ccb4

Please sign in to comment.