From 6a9480f91dd7e8923b3fb169e4becc74a6eea21d Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Fri, 20 Jul 2018 16:41:44 +0200 Subject: Make testssuite passing by skipping unfinished test. --- 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 28d3f52..7c49e15 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.5" +__version__ = "1.3.6" logging.basicConfig(format='%(levelname)s:%(funcName)s:%(message)s', level=logging.INFO) -- cgit