summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRob Dennis <rdennis@gmail.com>2014-04-11 00:17:22 -0400
committerRob Dennis <rdennis@gmail.com>2014-04-11 00:17:22 -0400
commita7d62f8e08bf107ad378801134db8942ecaf5d49 (patch)
treec22a8481535bb5bfeb7b5c83dd10ce7d17031a44 /docs
parent5d816d951bd94c394cce82a048da1bac2c7bf9eb (diff)
downloadconfigobj-git-a7d62f8e08bf107ad378801134db8942ecaf5d49.tar.gz
fixes #52 - tagged 5.0.4v5.0.4
Diffstat (limited to 'docs')
-rw-r--r--docs/configobj.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/configobj.rst b/docs/configobj.rst
index e5488be..445d694 100644
--- a/docs/configobj.rst
+++ b/docs/configobj.rst
@@ -8,7 +8,7 @@
----------------------------------------
:Authors: Michael Foord, Nicola Larosa, Rob Dennis, Eli Courtwright
-:Version: ConfigObj 5.0.3
+:Version: ConfigObj 5.0.4
:Date: 2014/02/08
:PyPI Entry: `ConfigObj on PyPI <http://pypi.python.org/pypi/configobj/>`_
:Homepage: `Github Page`_
@@ -64,7 +64,7 @@ For support and bug reports please use the ConfigObj `Github Page`_.
Downloading
===========
-The current version is **5.0.3**, dated 4th April 2014. ConfigObj 5 is
+The current version is **5.0.4**, dated 11th April 2014. ConfigObj 5 is
stable and mature. We still expect to pick up a few bugs along the way though, particularly with respect to Python 3 compatibility [#]_.
We recommend downloading and installing using pip:
@@ -2383,6 +2383,11 @@ CHANGELOG
This is an abbreviated changelog showing the major releases up to version 4.
From version 4 it lists all releases and changes.
+2014/04/11 - Version 5.0.4
+--------------------------
+* BUGFIX: correcting that the code path fixed in 5.0.3 didn't cover reading in
+ config files
+
2014/04/04 - Version 5.0.3
--------------------------
* BUGFIX: not handling unicode encoding well, especially with respect to writing out files