diff options
Diffstat (limited to 'json_diff.py')
-rwxr-xr-x | json_diff.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json_diff.py b/json_diff.py index 6607261..725808d 100755 --- a/json_diff.py +++ b/json_diff.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: utf-8 -*- +# coding: utf-8 """ Script for comparing two objects @@ -32,7 +32,7 @@ import logging from optparse import OptionParser __author__ = "Matěj Cepl" -__version__ = "1.2.4" +__version__ = "1.2.5" import locale |