summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2018-03-27 16:13:22 -0700
committerBob Ippolito <bob@redivi.com>2018-03-27 16:13:22 -0700
commit0406430cbcb0e31d27bd064db57837b94ed05294 (patch)
tree81d50cef80b84830ddaa66c8ebfbc9eaccdec17d /simplejson
parentd6b29ef522df2c3f7e26718e8578c89e9d733d83 (diff)
downloadsimplejson-0406430cbcb0e31d27bd064db57837b94ed05294.tar.gz
Update CHANGES.txt and increment version to 3.13.3
Diffstat (limited to 'simplejson')
-rw-r--r--simplejson/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/simplejson/__init__.py b/simplejson/__init__.py
index adca453..0d63911 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.13.2'
+__version__ = '3.13.3'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',