From b75f39b4e44f6e6ce422921a8734169a4324f223 Mon Sep 17 00:00:00 2001 From: Rob Dennis Date: Fri, 25 Apr 2014 21:39:31 -0400 Subject: bumping version numbers to 5.0.5 --- docs/conf.py | 2 +- docs/configobj.rst | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index 1e4f78c..c988a3a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ copyright = u'2014, Michael Foord, Nicola Larosa, Rob Dennis, Eli Courtwright' # built documents. # # The full version, including alpha/beta/rc tags. -release = '5.0.4' +release = '5.0.5' # The short X.Y version. version = '.'.join(release.split('.')[:2]) diff --git a/docs/configobj.rst b/docs/configobj.rst index 445d694..30eac11 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.4 +:Version: ConfigObj 5.0.5 :Date: 2014/02/08 :PyPI Entry: `ConfigObj on PyPI `_ :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.4**, dated 11th April 2014. ConfigObj 5 is +The current version is **5.0.5**, dated 25th 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,10 @@ 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: error in writing out config files to disk with non-ascii characters + 2014/04/11 - Version 5.0.4 -------------------------- * BUGFIX: correcting that the code path fixed in 5.0.3 didn't cover reading in -- cgit v1.2.1