summaryrefslogtreecommitdiff
path: root/simplejson/__init__.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2014-10-24 08:14:19 -0700
committerBob Ippolito <bob@redivi.com>2014-10-24 08:14:19 -0700
commitd52cd59d28766c72314537e2a087665b8b54fa9b (patch)
treed34fe1fed7a33ccc140476e2853e3c346cbfd509 /simplejson/__init__.py
parent99d3082b8edef1e6b43e2a3971e7cebf2cde6608 (diff)
downloadsimplejson-d52cd59d28766c72314537e2a087665b8b54fa9b.tar.gz
update CHANGES and bump version to v3.6.5v3.6.5
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 cbb5b34..8c0b698 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.6.4'
+__version__ = '3.6.5'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',