aboutsummaryrefslogtreecommitdiffstats
path: root/json_diff.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2012-01-18 10:27:19 +0100
committerMatěj Cepl <mcepl@redhat.com>2012-01-18 10:27:19 +0100
commit4a196e71d4aa325b93749b015a757109de006db5 (patch)
tree3a820048abbfcb6fe6a36c6635bea04e33385d64 /json_diff.py
parentddeec222e02608798e3f9bc6a806343da7777332 (diff)
downloadjson_diff-4a196e71d4aa325b93749b015a757109de006db5.tar.gz
Plenty of setup.py work.1.2.7
* Yet another (hopefully the last) fix of the development website. We are on fedorahosted.org now. * Move tests to test/ module * Clean up setup.py (when using defaults, install doesn’t install tests, which I like) * Add new setup.py command test to run the test suite.
Diffstat (limited to 'json_diff.py')
-rwxr-xr-xjson_diff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/json_diff.py b/json_diff.py
index 725808d..b77cf3c 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.5"
+__version__ = "1.2.7"
import locale