aboutsummaryrefslogtreecommitdiffstats
path: root/json_diff.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2012-04-24 07:27:20 +0200
committerMatěj Cepl <mcepl@redhat.com>2012-04-24 07:27:20 +0200
commit653699a56f8e3ebfa4f19e098f03bd817beb9680 (patch)
tree5c68d4b8493b49143b84718d0981b97bada4aa62 /json_diff.py
parent2229c24f95d502ff269deedc6c4b66aa30f8acd1 (diff)
downloadjson_diff-653699a56f8e3ebfa4f19e098f03bd817beb9680.tar.gz
python 2.4 compatibility ... we don't have context managers.1.3.3
Diffstat (limited to 'json_diff.py')
-rwxr-xr-xjson_diff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/json_diff.py b/json_diff.py
index fb0808b..d83c6f1 100755
--- a/json_diff.py
+++ b/json_diff.py
@@ -33,7 +33,7 @@ import logging
from optparse import OptionParser
__author__ = "Matěj Cepl"
-__version__ = "1.3.1"
+__version__ = "1.3.3"
logging.basicConfig(format='%(levelname)s:%(funcName)s:%(message)s',
level=logging.INFO)