|
8 | 8 | ---------------------------------------- |
9 | 9 |
|
10 | 10 | :Authors: Michael Foord, Nicola Larosa, Rob Dennis, Eli Courtwright |
11 | | -:Version: ConfigObj 5.0.5 |
12 | | -:Date: 2014/02/08 |
| 11 | +:Version: ConfigObj 5.0.6 |
| 12 | +:Date: 2014/08/25 |
13 | 13 | :PyPI Entry: `ConfigObj on PyPI <http://pypi.python.org/pypi/configobj/>`_ |
14 | 14 | :Homepage: `Github Page`_ |
15 | 15 | :License: `BSD License`_ |
@@ -64,7 +64,7 @@ For support and bug reports please use the ConfigObj `Github Page`_. |
64 | 64 | Downloading |
65 | 65 | =========== |
66 | 66 |
|
67 | | -The current version is **5.0.5**, dated 25th April 2014. ConfigObj 5 is |
| 67 | +The current version is **5.0.6**, dated 25th August 2014. ConfigObj 5 is |
68 | 68 | stable and mature. We still expect to pick up a few bugs along the way though, particularly with respect to Python 3 compatibility [#]_. |
69 | 69 |
|
70 | 70 | We recommend downloading and installing using pip: |
@@ -2383,7 +2383,12 @@ CHANGELOG |
2383 | 2383 | This is an abbreviated changelog showing the major releases up to version 4. |
2384 | 2384 | From version 4 it lists all releases and changes. |
2385 | 2385 |
|
2386 | | -2014/04/11 - Version 5.0.4 |
| 2386 | +2014/08/25 - Version 5.0.6 |
| 2387 | +-------------------------- |
| 2388 | +* BUGFIX: Did not correctly handle %-chars in invalid lines |
| 2389 | +* BUGFIX: unhelpful error message when nesting invalid |
| 2390 | + |
| 2391 | +2014/04/28 - Version 5.0.5 |
2387 | 2392 | -------------------------- |
2388 | 2393 | * BUGFIX: error in writing out config files to disk with non-ascii characters |
2389 | 2394 |
|
|
0 commit comments