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

update version to 1.7.5

git-svn-id: http://simplejson.googlecode.com/svn/trunk@62 a4795897-2c25-0410-b006-0d3caba88fa1
parent c94f12ef8a80
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
<DIV ID="page">
<DIV ID="top-nav">
<H1 ID="doc-title"><A HREF="index.html" REL="index">simplejson 1.7.1</A></H1>
<H1 ID="doc-title"><A HREF="index.html" REL="index">simplejson 1.7.5</A></H1>
<DIV CLASS="online-navigation">
<A HREF="index.html" REL="index">index</A>
<SPAN ID="nav-docs">
......@@ -148,7 +148,7 @@
</DIV><DIV CLASS="pudge-member routine alias">
<A NAME="decode"></A>
<H4 CLASS="pudge-member-name"><SPAN CLASS="prefix">f</SPAN>
<TT><A HREF="class-simplejson.JSONDecoder.html#decode" CLASS="pudge-obj-link">decode</A>(self, s, _w=&lt;built-in method match of _sre.SRE_Pattern object at 0x13244a0>)</TT>
<TT><A HREF="class-simplejson.JSONDecoder.html#decode" CLASS="pudge-obj-link">decode</A>(self, s, _w=&lt;built-in method match of _sre.SRE_Pattern object at 0x1539770>)</TT>
<A HREF="simplejson/decoder.py.html?f=246&amp;l=256#246" TITLE="View Source">...</A>
</H4>
<DIV CLASS="pudge-section rst">
......
......@@ -9,7 +9,7 @@
<DIV ID="page">
<DIV ID="top-nav">
<H1 ID="doc-title"><A HREF="index.html" REL="index">simplejson 1.7.1</A></H1>
<H1 ID="doc-title"><A HREF="index.html" REL="index">simplejson 1.7.5</A></H1>
<DIV CLASS="online-navigation">
<A HREF="index.html" REL="index">index</A>
<SPAN ID="nav-docs">
......
......@@ -9,7 +9,7 @@
<DIV ID="page">
<DIV ID="top-nav">
<H1 ID="doc-title"><A HREF="index.html" REL="index">simplejson 1.7.1</A></H1>
<H1 ID="doc-title"><A HREF="index.html" REL="index">simplejson 1.7.5</A></H1>
<DIV CLASS="online-navigation">
<A HREF="index.html" REL="index">index</A>
<SPAN ID="nav-docs">
......
......@@ -2,10 +2,10 @@
<HTML>
<HEAD><META CONTENT="text/html; charset=utf-8" HTTP-EQUIV="Content-Type">
<TITLE>simplejson 1.7.1 -- Module Reference</TITLE>
<TITLE>simplejson 1.7.5 -- Module Reference</TITLE>
<LINK HREF="layout.css" TYPE="text/css" REL="stylesheet">
</HEAD>
<BODY>
<DIV ID="page">
<DIV ID="top-nav">
......@@ -6,10 +6,10 @@
<LINK HREF="layout.css" TYPE="text/css" REL="stylesheet">
</HEAD>
<BODY>
<DIV ID="page">
<DIV ID="top-nav">
<H1 ID="doc-title"><A HREF="index.html" REL="index">simplejson 1.7.1</A></H1>
<H1 ID="doc-title"><A HREF="index.html" REL="index">simplejson 1.7.5</A></H1>
<DIV CLASS="online-navigation">
<A HREF="index.html" REL="index">index</A>
<SPAN ID="nav-docs">
......@@ -31,7 +31,7 @@
<DIV ID="main-content">
<H1 CLASS="pudge-member-page-heading">
simplejson 1.7.1
simplejson 1.7.5
</H1>
<H4 CLASS="pudge-member-page-subheading">
Module Reference
......
......@@ -9,7 +9,7 @@
<DIV ID="page">
<DIV ID="top-nav">
<H1 ID="doc-title"><A HREF="index.html" REL="index">simplejson 1.7.1</A></H1>
<H1 ID="doc-title"><A HREF="index.html" REL="index">simplejson 1.7.5</A></H1>
<DIV CLASS="online-navigation">
<A HREF="index.html" REL="index">index</A>
<SPAN ID="nav-docs">
......
......@@ -9,7 +9,7 @@
<DIV ID="page">
<DIV ID="top-nav">
<H1 ID="doc-title"><A HREF="index.html" REL="index">simplejson 1.7.1</A></H1>
<H1 ID="doc-title"><A HREF="index.html" REL="index">simplejson 1.7.5</A></H1>
<DIV CLASS="online-navigation">
<A HREF="index.html" REL="index">index</A>
<SPAN ID="nav-docs">
......
......@@ -158,7 +158,7 @@
<a class="lnum" href="#86" name="86">0086</a><span class="string">Note&#0160;that&#0160;the&#0160;JSON&#0160;produced&#0160;by&#0160;this&#0160;module's&#0160;default&#0160;settings</span><br />
<a class="lnum" href="#87" name="87">0087</a><span class="string">is&#0160;a&#0160;subset&#0160;of&#0160;YAML,&#0160;so&#0160;it&#0160;may&#0160;be&#0160;used&#0160;as&#0160;a&#0160;serializer&#0160;for&#0160;that&#0160;as&#0160;well.</span><br />
<a class="lnum" href="#88" name="88">0088</a><span class="string">"""</span><br />
<a class="lnum" href="#89" name="89">0089</a><span class="name">__version__</span>&#0160;<span class="op">=</span>&#0160;<span class="string">'1.7.1'</span><br />
<a class="lnum" href="#89" name="89">0089</a><span class="name">__version__</span>&#0160;<span class="op">=</span>&#0160;<span class="string">'1.7.5'</span><br />
<a class="lnum" href="#90" name="90">0090</a><span class="name">__all__</span>&#0160;<span class="op">=</span>&#0160;<span class="op">[</span><br />
<a class="lnum" href="#91" name="91">0091</a>&#0160;&#0160;&#0160;&#0160;<span class="string">'dump'</span><span class="op">,</span>&#0160;<span class="string">'dumps'</span><span class="op">,</span>&#0160;<span class="string">'load'</span><span class="op">,</span>&#0160;<span class="string">'loads'</span><span class="op">,</span><br />
<a class="lnum" href="#92" name="92">0092</a>&#0160;&#0160;&#0160;&#0160;<span class="string">'JSONDecoder'</span><span class="op">,</span>&#0160;<span class="string">'JSONEncoder'</span><span class="op">,</span><br />
......
This diff is collapsed.
......@@ -18,7 +18,7 @@
from distutils.errors import CCompilerError, DistutilsExecError, \
DistutilsPlatformError
VERSION = '1.7.4'
VERSION = '1.7.5'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = """
simplejson is a simple, fast, complete, correct and extensible
......
......@@ -86,7 +86,7 @@
Note that the JSON produced by this module's default settings
is a subset of YAML, so it may be used as a serializer for that as well.
"""
__version__ = '1.7.4'
__version__ = '1.7.5'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONEncoder',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment