aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS.txt3
-rwxr-xr-xjson_diff.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 6742cc9..2bb1003 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,3 +1,6 @@
+1.2.9 2012-02-13
+ * Give up on non-UTF-8 encoding for output.
+
1.2.7 2012-01-18
* Yet another (hopefully the last) fix of the development website. We are on fedorahosted.org now.
diff --git a/json_diff.py b/json_diff.py
index 0866eba..2f0d0de 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.8"
+__version__ = "1.2.9"
logging.basicConfig(format='%(levelname)s:%(funcName)s:%(message)s',
level=logging.INFO)