From e82f2c3c1072f837019e95235f27d6bdef26f8b5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 30 Nov 2021 09:51:21 +0000 Subject: [PATCH] chore(release): 4.4.1 ## [4.4.1](https://github.com/splunk/addonfactory-solutions-library-python/compare/v4.4.0...v4.4.1) (2021-11-30) ### Bug Fixes * deprecate FileCheckpointer ([9655f4b](https://github.com/splunk/addonfactory-solutions-library-python/commit/9655f4b3c76dfcc5dc2c01148b917c67448549ed)) --- pyproject.toml | 2 +- solnlib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e6bf4726..58c70f33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "solnlib" -version = "4.4.0" +version = "4.4.1" description = "The Splunk Software Development Kit for Splunk Solutions" authors = ["Splunk "] license = "Apache-2.0" diff --git a/solnlib/__init__.py b/solnlib/__init__.py index 68e71091..fe45dd14 100644 --- a/solnlib/__init__.py +++ b/solnlib/__init__.py @@ -54,4 +54,4 @@ "utils", ] -__version__ = "4.4.0" +__version__ = "4.4.1"