Skip to content

Commit

Permalink
chore(release): 1.9.3
Browse files Browse the repository at this point in the history
## [1.9.3](v1.9.2...v1.9.3) (2023-10-24)

### Bug Fixes

* release version 1.9.3 ([#899](#899)) ([f08e3c6](f08e3c6)), closes [#796](#796) [#799](#799) [#800](#800) [#797](#797) [#798](#798) [#803](#803) [#802](#802) [#804](#804) [#808](#808) [#809](#809) [#809](#809) [#816](#816) [#810](#810) [#811](#811) [#812](#812) [#813](#813) [#814](#814) [#807](#807) [#806](#806) [#821](#821) [#822](#822) [#823](#823) [#825](#825) [#824](#824) [#830](#830) [#828](#828) [#837](#837) [#834](#834) [#835](#835) [#836](#836) [#832](#832) [#827](#827) [#839](#839) [#840](#840) [#841](#841) [#843](#843) [#845](#845) [#846](#846) [#844](#844) [#848](#848) [#850](#850) [#851](#851) [#838](#838) [#852](#852) [#854](#854) [#847](#847) [#859](#859) [#862](#862) [#858](#858) [#860](#860) [#857](#857) [#863](#863) [#864](#864) [#866](#866) [#865](#865) [#867](#867) [#868](#868) [#869](#869) [#870](#870) [#877](#877) [#878](#878) [#881](#881) [#883](#883) [#887](#887) [#888](#888) [#886](#886) [#885](#885) [#884](#884) [#889](#889) [#818](#818) [#891](#891) [#890](#890) [#872](#872) [#893](#893) [#873](#873) [#874](#874) [#895](#895) [#879](#879) [#897](#897) [#898](#898) [#900](#900)
  • Loading branch information
srv-rr-github-token committed Oct 24, 2023
1 parent f08e3c6 commit f6494a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/splunk-connect-for-snmp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12
version: 1.9.3
# 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.12"
appVersion: "1.9.3"
#
dependencies:
- name: mongodb
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "splunk-connect-for-snmp"
version = "1.9.3-beta.12"
version = "1.9.3"
description = ""
authors = ["omrozowicz-splunk <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion splunk_connect_for_snmp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
#


__version__ = "1.9.3-beta.12"
__version__ = "1.9.3"

0 comments on commit f6494a5

Please sign in to comment.