aboutsummaryrefslogtreecommitdiffstats
path: root/json_diff.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2012-02-13 19:59:17 +0100
committerMatěj Cepl <mcepl@redhat.com>2012-02-13 19:59:17 +0100
commit69fea5816fede49be951341095cab9e86fe523b3 (patch)
tree3154929245301b563ced1da28ccaa60cf5d94a27 /json_diff.py
parente98e114acc3634bee80021242be5e13d97a683c4 (diff)
downloadjson_diff-69fea5816fede49be951341095cab9e86fe523b3.tar.gz
Bumping new release to make PyPI happy.
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 0866eba..2f0d0de 100755
--- a/json_diff.py
+++ b/json_diff.py
@@ -32,7 +32,7 @@ import logging
from optparse import OptionParser
__author__ = "Matěj Cepl"
-__version__ = "1.2.8"
+__version__ = "1.2.9"
logging.basicConfig(format='%(levelname)s:%(funcName)s:%(message)s',
level=logging.INFO)