summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRob Dennis <rdennis@gmail.com>2014-02-15 00:30:43 -0500
committerRob Dennis <rdennis@gmail.com>2014-02-15 00:30:43 -0500
commit6403948f2ced0f1f1d7c39f44fc0824e86a0ddb3 (patch)
tree5caf51de8ab0c4d222d8e914cfda05c712667b77 /README.md
parent015f65ff10bc7d18d143cbace9716d57c13ac046 (diff)
downloadconfigobj-git-6403948f2ced0f1f1d7c39f44fc0824e86a0ddb3.tar.gz
fixes #8
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 23 insertions, 1 deletions
diff --git a/README.md b/README.md
index a7e3c3d..1a7aeb2 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,27 @@
configobj [![Build Status](https://travis-ci.org/DiffSK/configobj.png?branch=master)](https://travis-ci.org/DiffSK/configobj)
=========
-Python 3+ compatible port of the [configobj](https://pypi.python.org/pypi/configobj/) library
+Python 3+ compatible port of the [configobj](https://pypi.python.org/pypi/configobj/) library.
+Documentation
+=========
+Found at [readthedocs](http://configobj.readthedocs.org/)
+
+Status
+=========
+This project has is now maintained by @EliAndrewC and @robdennis with the blessing of original creator [Michael Foord](http://www.voidspace.org.uk/) and the most recent release is version *5.0.0* (view [changelog](http://configobj.readthedocs.org/en/latest/configobj.html#version-5-0-0)).
+
+For long time ConfigObj users, the biggest change is in the officially supported python versions:
+- 2.6
+- 2.7
+- 3.2
+- 3.3
+
+(notably adding python 3 support; previously this was 2.3 - 2.6)
+Other versions may work, but this is what travis and tox uses to run the tests on commit.
+
+Roadmap
+=========
+- Fixing any issues introduced as a result of the added python 3 support
+- Moving tests away from doctests in favor of pytest (reasonable now that versions older than 2.6 are dropped)
+- Considering new features that work in a backwards-compatible way (feel free to open an issue with your suggestion)