Skip to content

Commit c4d587d

Browse files
chore(release): 1.0.1
## [1.0.1](v1.0.0...v1.0.1) (2021-12-15) ### Bug Fixes * remove stray file ([5b4ae9c](5b4ae9c))
1 parent 5b4ae9c commit c4d587d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/splunk-connect-for-snmp/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 0.10.5
16+
version: 1.0.1
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.
2020
# It is recommended to use it with quotes.
21-
appVersion: "0.10.5"
21+
appVersion: "1.0.1"
2222
#
2323
dependencies:
2424
- name: mongodb

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "splunk-connect-for-snmp"
3-
version = "0.10.5"
3+
version = "1.0.1"
44
description = ""
55
authors = ["rfaircloth-splunk <[email protected]>"]
66
license = "Apache-2.0"

splunk_connect_for_snmp/__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__ = "0.10.5"
17+
__version__ = "1.0.1"

0 commit comments

Comments
 (0)