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

tag as 2.1.0rc1

git-svn-id: http://simplejson.googlecode.com/svn/trunk@209 a4795897-2c25-0410-b006-0d3caba88fa1
parent df64af3b3a6d
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
from distutils.errors import CCompilerError, DistutilsExecError, \ from distutils.errors import CCompilerError, DistutilsExecError, \
DistutilsPlatformError DistutilsPlatformError
VERSION = '2.1.0' VERSION = '2.1.0rc1'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = """ LONG_DESCRIPTION = """
simplejson is a simple, fast, complete, correct and extensible simplejson is a simple, fast, complete, correct and extensible
......
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
$ echo '{ 1.2:3.4}' | python -m simplejson.tool $ echo '{ 1.2:3.4}' | python -m simplejson.tool
Expecting property name: line 1 column 2 (char 2) Expecting property name: line 1 column 2 (char 2)
""" """
__version__ = '2.1.0' __version__ = '2.1.0rc1'
__all__ = [ __all__ = [
'dump', 'dumps', 'load', 'loads', 'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder', 'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',
...@@ -403,4 +403,4 @@ ...@@ -403,4 +403,4 @@
separators=None, separators=None,
encoding='utf-8', encoding='utf-8',
default=None, default=None,
) )
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment