summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyman <devnull@localhost>2010-01-09 22:56:01 +0000
committerfuzzyman <devnull@localhost>2010-01-09 22:56:01 +0000
commit7107375675ced5b341805ed3f8eb34f3e11c56fc (patch)
tree1ae43f15f2866b0ff61f859e4b2e91bdbc29d2fb
parentbaa8861a6f11090a3dfa5764ca01dd591e24747b (diff)
downloadconfigobj-7107375675ced5b341805ed3f8eb34f3e11c56fc.tar.gz
Documentation update.
-rw-r--r--docs/configobj.html4
-rw-r--r--docs/configobj.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/configobj.html b/docs/configobj.html
index f9afb8c..bb1c161 100644
--- a/docs/configobj.html
+++ b/docs/configobj.html
@@ -127,7 +127,7 @@
<li><a class="reference internal" href="#todo" id="id88">18&nbsp;&nbsp;&nbsp;TODO</a></li>
<li><a class="reference internal" href="#issues" id="id89">19&nbsp;&nbsp;&nbsp;ISSUES</a></li>
<li><a class="reference internal" href="#changelog" id="id90">20&nbsp;&nbsp;&nbsp;CHANGELOG</a><ul class="auto-toc">
-<li><a class="reference internal" href="#version-4-7-0" id="id91">20.1&nbsp;&nbsp;&nbsp;20010/01/09 - Version 4.7.0</a></li>
+<li><a class="reference internal" href="#version-4-7-0" id="id91">20.1&nbsp;&nbsp;&nbsp;2010/01/09 - Version 4.7.0</a></li>
<li><a class="reference internal" href="#version-4-6-0" id="id92">20.2&nbsp;&nbsp;&nbsp;2009/04/13 - Version 4.6.0</a></li>
<li><a class="reference internal" href="#version-4-5-3" id="id93">20.3&nbsp;&nbsp;&nbsp;2008/06/27 - Version 4.5.3</a></li>
<li><a class="reference internal" href="#version-4-5-2" id="id94">20.4&nbsp;&nbsp;&nbsp;2008/02/05 - Version 4.5.2</a></li>
@@ -2176,7 +2176,7 @@ will be.</p>
<p>This is an abbreviated changelog showing the major releases up to version 4.
From version 4 it lists all releases and changes.</p>
<div class="section" id="version-4-7-0">
-<h2><a class="toc-backref" href="#id91">20.1&nbsp;&nbsp;&nbsp;20010/01/09 - Version 4.7.0</a></h2>
+<h2><a class="toc-backref" href="#id91">20.1&nbsp;&nbsp;&nbsp;2010/01/09 - Version 4.7.0</a></h2>
<ul class="simple">
<li>Minimum supported version of Python is now 2.3</li>
<li>~25% performance improvement thanks to Christian Heimes</li>
diff --git a/docs/configobj.txt b/docs/configobj.txt
index f0ae774..ab1811f 100644
--- a/docs/configobj.txt
+++ b/docs/configobj.txt
@@ -2390,8 +2390,8 @@ This is an abbreviated changelog showing the major releases up to version 4.
From version 4 it lists all releases and changes.
-20010/01/09 - Version 4.7.0
----------------------------
+2010/01/09 - Version 4.7.0
+--------------------------
* Minimum supported version of Python is now 2.3
* ~25% performance improvement thanks to Christian Heimes