Skip to content

Commit

Permalink
Bump version: 1.9.6 → 1.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lowell80 committed Sep 21, 2023
1 parent 2c2cc3f commit a608c52
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.9.6
current_version = 1.9.7
tag = True
commit = True

Expand Down
2 changes: 1 addition & 1 deletion bin.d/50-spl-jmespath/jpath.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from __future__ import absolute_import, division, print_function, unicode_literals

__version__ = "1.9.6"
__version__ = "1.9.7"

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion bin.d/50-spl-jsonformat/jsonformat.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from __future__ import absolute_import, division, print_function, unicode_literals

__version__ = "1.9.6"
__version__ = "1.9.7"

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion bin.d/60-legacy/jpath.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from jmespath import functions
import jmespath

__version__ = "1.9.6"
__version__ = "1.9.7"

import json
import re
Expand Down
2 changes: 1 addition & 1 deletion bin.d/60-legacy/jsonformat.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from __future__ import absolute_import, division, print_function, unicode_literals

__version__ = "1.9.6"
__version__ = "1.9.7"

import os
import ast
Expand Down
2 changes: 1 addition & 1 deletion default.d/20-base/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ is_configured = 0
[launcher]
author = kintyre
description = Kintyre's JMESPath for Splunk
version = 1.9.6
version = 1.9.7

[package]
check_for_updates = true
Expand Down

0 comments on commit a608c52

Please sign in to comment.