From ef5ccb48d3af70390415a0e35ae0ffe984ea2ee5 Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:05:29 +0000 Subject: [PATCH] chore(release): 6.4.0-beta.1 # [6.4.0-beta.1](https://github.com/splunk/addonfactory-ucc-library/compare/v6.3.0...v6.4.0-beta.1) (2024-10-09) ### Features * add default and custom validations for name field ([#316](https://github.com/splunk/addonfactory-ucc-library/issues/316)) ([1681309](https://github.com/splunk/addonfactory-ucc-library/commit/168130999c7fa9874de39692dd9c1f26b6909597)) --- pyproject.toml | 2 +- splunktaucclib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5a9ecd5..26a6d5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "splunktaucclib" -version = "6.3.0" +version = "6.4.0-beta.1" description = "" authors = ["Splunk "] license = "APACHE-2.0" diff --git a/splunktaucclib/__init__.py b/splunktaucclib/__init__.py index 2d22f86..8acec97 100644 --- a/splunktaucclib/__init__.py +++ b/splunktaucclib/__init__.py @@ -14,4 +14,4 @@ # limitations under the License. # -__version__ = "6.3.0" +__version__ = "6.4.0-beta.1"