Skip to content

Commit

Permalink
Getting ready to release 2.2.26 (fixes #76)
Browse files Browse the repository at this point in the history
# Bug Fixes

* Nagios perfdata parsing was broken if the templates contained brackets
  • Loading branch information
alq666 committed Jun 12, 2012
1 parent 955f077 commit c3cf537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_parsed_args():
return options, args

def get_version():
return "2.2.25"
return "2.2.26"

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

0 comments on commit c3cf537

Please sign in to comment.