From 0fa93cfcc22b1b00b95a0752c38cff5c72484594 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 25 Aug 2023 09:55:42 +0000 Subject: [PATCH] chore(release): 1.9.3-beta.7 ## [1.9.3-beta.7](https://github.com/splunk/splunk-connect-for-snmp/compare/v1.9.3-beta.6...v1.9.3-beta.7) (2023-08-25) ### Bug Fixes * configuration of tasks expiration time ([#838](https://github.com/splunk/splunk-connect-for-snmp/issues/838)) ([ac7bcf2](https://github.com/splunk/splunk-connect-for-snmp/commit/ac7bcf2c8a6e8e9d6b56adfc57a71f27a6cf8ddf)) --- 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 f14a35b5d..77a1bb07d 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-beta.6 +version: 1.9.3-beta.7 # 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-beta.6" +appVersion: "1.9.3-beta.7" # dependencies: - name: mongodb diff --git a/pyproject.toml b/pyproject.toml index 1e86f43c9..fc5b796d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splunk-connect-for-snmp" -version = "1.9.3-beta.6" +version = "1.9.3-beta.7" 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 665e7117c..ae0b89362 100644 --- a/splunk_connect_for_snmp/__init__.py +++ b/splunk_connect_for_snmp/__init__.py @@ -15,4 +15,4 @@ # -__version__ = "1.9.3-beta.6" +__version__ = "1.9.3-beta.7"