From 2a2efbcf1a097e906829b1e888597a4531c96afb Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Thu, 26 Oct 2023 08:20:15 +0000 Subject: [PATCH] chore(release): 1.10.0-beta.1 # [1.10.0-beta.1](https://github.com/splunk/splunk-connect-for-snmp/compare/v1.9.3...v1.10.0-beta.1) (2023-10-26) ### Features * Add SC4SNMP UI ([#904](https://github.com/splunk/splunk-connect-for-snmp/issues/904)) ([3fce93a](https://github.com/splunk/splunk-connect-for-snmp/commit/3fce93a2843eb73bd9e676a073c905f37c0dfb43)) --- charts/splunk-connect-for-snmp/Chart.yaml | 4 ++-- pyproject.toml | 2 +- splunk_connect_for_snmp/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/splunk-connect-for-snmp/Chart.yaml b/charts/splunk-connect-for-snmp/Chart.yaml index c5c8b2c3b..f2ff65e00 100644 --- a/charts/splunk-connect-for-snmp/Chart.yaml +++ b/charts/splunk-connect-for-snmp/Chart.yaml @@ -14,12 +14,12 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.9.3 +version: 1.10.0-beta.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.9.3" +appVersion: "1.10.0-beta.1" # dependencies: - name: mongodb diff --git a/pyproject.toml b/pyproject.toml index 3f172703c..2152d48bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splunk-connect-for-snmp" -version = "1.9.3" +version = "1.10.0-beta.1" description = "" authors = ["omrozowicz-splunk "] license = "Apache-2.0" diff --git a/splunk_connect_for_snmp/__init__.py b/splunk_connect_for_snmp/__init__.py index e07986824..4cafd8c5b 100644 --- a/splunk_connect_for_snmp/__init__.py +++ b/splunk_connect_for_snmp/__init__.py @@ -15,4 +15,4 @@ # -__version__ = "1.9.3" +__version__ = "1.10.0-beta.1"