From 0de74cbfbfa19cbe1b969ae6a63c7963c5e9086d Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Fri, 13 Jan 2017 13:36:26 +0100 Subject: Move against submodules to GitLab. --- json_diff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json_diff.py') 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) -- cgit