summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Dennis <rdennis@gmail.com>2014-04-25 21:39:31 -0400
committerRob Dennis <rdennis@gmail.com>2014-04-25 21:51:44 -0400
commitb75f39b4e44f6e6ce422921a8734169a4324f223 (patch)
tree922b639321518a4bf9e319b1abc0b23c62e36e20
parentbe2e73e14d32a0a5de48fdaeb80e629e78612fec (diff)
downloadconfigobj-git-b75f39b4e44f6e6ce422921a8734169a4324f223.tar.gz
bumping version numbers to 5.0.5
-rw-r--r--README.md2
-rw-r--r--_version.py2
-rw-r--r--docs/conf.py2
-rw-r--r--docs/configobj.rst8
-rw-r--r--setup.py1
5 files changed, 10 insertions, 5 deletions
diff --git a/README.md b/README.md
index 84d87fa..13f2fa7 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Found at [readthedocs](http://configobj.readthedocs.org/)
Status
=========
-This project has is now maintained by [Eli Courtwright](https://github.com/EliAndrewC) and [Rob Dennis](https://github.com/robdennis) with the blessing of original creator [Michael Foord](http://www.voidspace.org.uk/) and the most recent release is version *5.0.4* (view [changelog](http://configobj.readthedocs.org/en/latest/configobj.html#version-5-0-4)).
+This project has is now maintained by [Eli Courtwright](https://github.com/EliAndrewC) and [Rob Dennis](https://github.com/robdennis) with the blessing of original creator [Michael Foord](http://www.voidspace.org.uk/).
For long time ConfigObj users, the biggest change is in the officially supported python versions:
- 2.6
diff --git a/_version.py b/_version.py
index 742c20e..04a5874 100644
--- a/_version.py
+++ b/_version.py
@@ -1 +1 @@
-__version__ = '5.0.4' \ No newline at end of file
+__version__ = '5.0.5' \ No newline at end of file
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 <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.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:
@@ -2385,6 +2385,10 @@ 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
config files
diff --git a/setup.py b/setup.py
index ec6d7a3..1489879 100644
--- a/setup.py
+++ b/setup.py
@@ -51,6 +51,7 @@ It has lots of other features though :
* The order of keys/sections is preserved
* Powerful ``unrepr`` mode for storing/retrieving Python data-types
+| Release 5.0.5 corrects a unicode-bug that still existed in writing files
| Release 5.0.4 corrects a unicode-bug that still existed in reading files after
| fixing lists of string in 5.0.3
| Release 5.0.3 corrects errors related to the incorrectly handling unicode