aboutsummaryrefslogtreecommitdiffstats
path: root/json_diff.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2017-01-13 13:36:26 +0100
committerMatěj Cepl <mcepl@cepl.eu>2017-01-13 13:45:11 +0100
commit0de74cbfbfa19cbe1b969ae6a63c7963c5e9086d (patch)
treef892f95596195fd70cdab6b026ab5eba99a34a05 /json_diff.py
parent68455af9cd842132c03ab87b6f14a2e1e769a77c (diff)
downloadjson_diff-0de74cbfbfa19cbe1b969ae6a63c7963c5e9086d.tar.gz
Move against submodules to GitLab.
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 bdbe23d..28d3f52 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.4"
+__version__ = "1.3.5"
logging.basicConfig(format='%(levelname)s:%(funcName)s:%(message)s',
level=logging.INFO)