From 9bde87941885969d46281cf03826c4bcc71b4baf Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 5 Jun 2011 00:06:35 +0200 Subject: new simplejson version --- module/lib/simplejson/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/lib/simplejson/__init__.py') diff --git a/module/lib/simplejson/__init__.py b/module/lib/simplejson/__init__.py index c36be23c0..210b957a9 100644 --- a/module/lib/simplejson/__init__.py +++ b/module/lib/simplejson/__init__.py @@ -97,7 +97,7 @@ Using simplejson.tool from the shell to validate and pretty-print:: $ echo '{ 1.2:3.4}' | python -m simplejson.tool Expecting property name: line 1 column 2 (char 2) """ -__version__ = '2.1.3' +__version__ = '2.1.6' __all__ = [ 'dump', 'dumps', 'load', 'loads', 'JSONDecoder', 'JSONDecodeError', 'JSONEncoder', -- cgit v1.2.3