summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2018-05-12 17:55:14 +0000
committerBob Ippolito <bob@redivi.com>2018-05-12 17:55:14 +0000
commit67d48f67e601bd644f8de975c3287015e4258be2 (patch)
tree2807c58f08cc6b3ce07b0951a2ecce6f6843c77f /simplejson
parent424a9e9aabba6f000def57c470a18a44076737d8 (diff)
downloadsimplejson-67d48f67e601bd644f8de975c3287015e4258be2.tar.gz
v3.15.0v3.15.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 dc35e15..c796156 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.14.0'
+__version__ = '3.15.0'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',