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

change version number to 2.1.5

parent 5846c8392234
No related branches found
No related tags found
No related merge requests found
Version 2.1.5 released 2011-04-17
* Built sdist tarball with setuptools_git installed. Argh.
Version 2.1.4 released 2011-04-17
* Does not try to build the extension when using PyPy
......
......@@ -13,7 +13,7 @@
DistutilsPlatformError
IS_PYPY = hasattr(sys, 'pypy_translation_info')
VERSION = '2.1.4'
VERSION = '2.1.5'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = open('README.rst', 'r').read()
......
......@@ -97,7 +97,7 @@
$ echo '{ 1.2:3.4}' | python -m simplejson.tool
Expecting property name: line 1 column 2 (char 2)
"""
__version__ = '2.1.4'
__version__ = '2.1.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