summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRob Dennis <rdennis@gmail.com>2014-02-27 22:02:06 -0500
committerRob Dennis <rdennis@gmail.com>2014-02-27 22:02:06 -0500
commitd7fbe58b3ad2ab4f33cc730fc5e57606d8e9c915 (patch)
tree0ab8e0c79c6fcd9001b5c203dc5e4a6d0414f115 /docs
parent6dad5737750f2a595cfff48a64de790664a390b6 (diff)
downloadconfigobj-git-d7fbe58b3ad2ab4f33cc730fc5e57606d8e9c915.tar.gz
updating version numbers for 5.0.2 tagv5.0.2
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
-rw-r--r--docs/configobj.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index e84a5e5..d969dde 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -53,9 +53,9 @@ copyright = u'2014, Michael Foord, Nicola Larosa, Rob Dennis, Eli Courtwright'
# built documents.
#
# The short X.Y version.
-version = '5.0.1'
+version = '5.0'
# The full version, including alpha/beta/rc tags.
-release = '5.0.1'
+release = '5.0.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/docs/configobj.rst b/docs/configobj.rst
index bc08ebf..e6bf5de 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.1
+:Version: ConfigObj 5.0.2
: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.1**, dated 19th February 2014. ConfigObj 5 is
+The current version is **5.0.2**, dated 19th February 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: