diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-12-03 02:59:50 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-12-03 02:59:50 +0100 |
commit | 002d6d9fc84f72325d71a46cc87df197f9421d71 (patch) | |
tree | 2e397662cce80cb588c5d654a0b1078a43baaaab /json_diff.py | |
parent | 4473c31b8c32d12fbd46839ee2a767040573919a (diff) | |
download | json_diff-002d6d9fc84f72325d71a46cc87df197f9421d71.tar.gz |
Change of the home URL to my trac.
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 b7b44fc..6607261 100755 --- a/json_diff.py +++ b/json_diff.py @@ -32,7 +32,7 @@ import logging from optparse import OptionParser __author__ = "Matěj Cepl" -__version__ = "1.2.3" +__version__ = "1.2.4" import locale |