Skip to content

Commit f8b7937

Browse files
chore(release): 4.3.4
## [4.3.4](v4.3.3...v4.3.4) (2021-11-16) ### Bug Fixes * lazy initialization of the checkpointer ([d36c155](d36c155))
1 parent d36c155 commit f8b7937

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
[tool.poetry]
1818
name = "solnlib"
19-
version = "4.3.3"
19+
version = "4.3.4"
2020
description = "The Splunk Software Development Kit for Splunk Solutions"
2121
authors = ["Splunk <addonfactory@splunk.com>"]
2222
license = "Apache-2.0"

solnlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@
5454
"utils",
5555
]
5656

57-
__version__ = "4.3.3"
57+
__version__ = "4.3.4"

0 commit comments

Comments
 (0)