From 4a196e71d4aa325b93749b015a757109de006db5 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 18 Jan 2012 10:27:19 +0100 Subject: Plenty of setup.py work. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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. --- 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 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 -- cgit