diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2017-01-13 13:36:26 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2017-01-13 13:45:11 +0100 |
commit | 0de74cbfbfa19cbe1b969ae6a63c7963c5e9086d (patch) | |
tree | f892f95596195fd70cdab6b026ab5eba99a34a05 /json_diff.py | |
parent | 68455af9cd842132c03ab87b6f14a2e1e769a77c (diff) | |
download | json_diff-0de74cbfbfa19cbe1b969ae6a63c7963c5e9086d.tar.gz |
Move against submodules to GitLab.
Diffstat (limited to 'json_diff.py')
-rwxr-xr-x | json_diff.py | 2 |
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) |