summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2018-06-28 14:08:44 -0700
committerBob Ippolito <bob@redivi.com>2018-06-28 14:08:44 -0700
commit543b4232813d3be2231124d27f7ae9b95be1beb6 (patch)
tree42eae5b5c72cb8572d5561b9e1eea613446879f6 /simplejson
parent131d225786a98c2c2da5a1dfbbf9db0491fe9ac6 (diff)
downloadsimplejson-543b4232813d3be2231124d27f7ae9b95be1beb6.tar.gz
Update CHANGES for v3.16.0v3.16.0
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 c796156..0556a7a 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.15.0'
+__version__ = '3.16.0'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',