Skip to content
Snippets Groups Projects
Commit c1847083a8ba authored by Bob Ippolito's avatar Bob Ippolito
Browse files

update CHANGES and bump version to v3.6.5

parent a966a202894f
No related branches found
No related tags found
No related merge requests found
Version 3.6.5 released 2014-10-24
* Importing bug fix for reference leak when an error occurs during
dict encoding
https://github.com/simplejson/simplejson/issues/109
Version 3.6.4 released 2014-09-29
* Important bug fix for dump when only sort_keys is set
......
......@@ -44,7 +44,7 @@
# The short X.Y version.
version = '3.6'
# The full version, including alpha/beta/rc tags.
release = '3.6.4'
release = '3.6.5'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
......
......@@ -11,7 +11,7 @@
DistutilsPlatformError
IS_PYPY = hasattr(sys, 'pypy_translation_info')
VERSION = '3.6.4'
VERSION = '3.6.5'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f:
......
......@@ -98,7 +98,7 @@
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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment