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

bump to 3.0.4, update changes for #47

parent ce30278b5a69
No related branches found
No related tags found
No related merge requests found
Version 3.0.4 released 2013-01-02
* MSVC compatibility for Python 3.3
https://github.com/simplejson/simplejson/pull/47
Version 3.0.3 released 2013-01-01
......@@ -1,7 +6,9 @@
Version 3.0.3 released 2013-01-01
* Fixes for bugs introduced in 3.0.2, MSVC compatibility, and
Python 2.5 compatibility
* Fixes for bugs introduced in 3.0.2
* Fixes for Python 2.5 compatibility
* MSVC compatibility for Python 2.x
https://github.com/simplejson/simplejson/pull/46
Version 3.0.2 released 2013-01-01
......
......@@ -44,7 +44,7 @@
# The short X.Y version.
version = '3.0'
# The full version, including alpha/beta/rc tags.
release = '3.0.3'
release = '3.0.4'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
......
......@@ -7,7 +7,7 @@
DistutilsPlatformError
IS_PYPY = hasattr(sys, 'pypy_translation_info')
VERSION = '3.0.3'
VERSION = '3.0.4'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = open('README.rst', 'r').read()
......
......@@ -99,7 +99,7 @@
Expecting property name: line 1 column 2 (char 2)
"""
from __future__ import absolute_import
__version__ = '3.0.3'
__version__ = '3.0.4'
__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