Skip to content

Commit 0c8cc1c

Browse files
chore(release): 7.0.0
# [7.0.0](v6.6.0...v7.0.0) (2025-02-18) ### Features * trigger breaking change release ([d2a3b1f](d2a3b1f)) * trigger breaking change release ([#336](#336)) ([72dc737](72dc737)) ### BREAKING CHANGES * remove requests, splunktalib and data_collection module
1 parent 72dc737 commit 0c8cc1c

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 = "splunktaucclib"
19-
version = "6.6.0"
19+
version = "7.0.0"
2020
description = ""
2121
authors = ["Splunk <addonfactory@splunk.com>"]
2222
license = "APACHE-2.0"

splunktaucclib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
__version__ = "6.6.0"
17+
__version__ = "7.0.0"

0 commit comments

Comments
 (0)