Skip to content

Commit c3cf537

Browse files
committed
Getting ready to release 2.2.26 (fixes #76)
# Bug Fixes * Nagios perfdata parsing was broken if the templates contained brackets
1 parent 955f077 commit c3cf537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_parsed_args():
2626
return options, args
2727

2828
def get_version():
29-
return "2.2.25"
29+
return "2.2.26"
3030

3131
def skip_leading_wsp(f):
3232
"Works on a file, returns a file-like object"

0 commit comments

Comments
 (0)