summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRob Dennis <rdennis@gmail.com>2014-02-19 21:56:57 -0500
committerRob Dennis <rdennis@gmail.com>2014-02-19 21:56:57 -0500
commit2d99f429903879d51e2d6f853219dd6c0472fbe4 (patch)
tree63b82b83eb8135fc8fd5ace70ac786a3c8301f85 /setup.py
parentf461e506d74bddb48af27923fe3cf6ae40544a64 (diff)
downloadconfigobj-git-2d99f429903879d51e2d6f853219dd6c0472fbe4.tar.gz
fixes #22v5.0.1
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index f47a890..79ee914 100644
--- a/setup.py
+++ b/setup.py
@@ -42,6 +42,8 @@ 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.1 fixes a regression with unicode conversion not happening
+| in certain cases PY2
| Release 5.0.0 updates the supported python versions to 2.6, 2.7, 3.2, 3.3
| and is otherwise unchanged
| Release 4.7.2 fixes several bugs in 4.7.1