summaryrefslogtreecommitdiff
path: root/simplejson/__init__.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2014-01-06 08:37:36 -0800
committerBob Ippolito <bob@redivi.com>2014-01-06 08:37:36 -0800
commit7d4ea580816a52fb2d762464cdf66108956abdc2 (patch)
tree74cea0a15c71e61a9a523a2067972c10570e35dd /simplejson/__init__.py
parent41f336d71f81d283d7afb6c7d5d1b402eccb9782 (diff)
downloadsimplejson-7d4ea580816a52fb2d762464cdf66108956abdc2.tar.gz
update CHANGES.txt for v3.3.2v3.3.2
Diffstat (limited to 'simplejson/__init__.py')
-rw-r--r--simplejson/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/simplejson/__init__.py b/simplejson/__init__.py
index 759a86d..4426a55 100644
--- a/simplejson/__init__.py
+++ b/simplejson/__init__.py
@@ -98,7 +98,7 @@ Using simplejson.tool from the shell to validate and pretty-print::
Expecting property name: line 1 column 3 (char 2)
"""
from __future__ import absolute_import
-__version__ = '3.3.1'
+__version__ = '3.3.2'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',