summaryrefslogtreecommitdiff
path: root/docutils/__init__.py
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-05-02 17:06:37 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-05-02 17:06:37 +0000
commit0f5366cc7856758fc74d0b49ab4f7b3ae82606ea (patch)
tree75e280b67cd684f5359b0ed6f36c6603cc636126 /docutils/__init__.py
parent05cc296d4bd6b86383249233d1d68c0f16bb7266 (diff)
downloaddocutils-0f5366cc7856758fc74d0b49ab4f7b3ae82606ea.tar.gz
Release 0.9: set version number to 0.9
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7409 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/__init__.py')
-rw-r--r--docutils/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/__init__.py b/docutils/__init__.py
index 482edf456..645c854c7 100644
--- a/docutils/__init__.py
+++ b/docutils/__init__.py
@@ -56,7 +56,7 @@ number is bumped whenever there is a significant project release. The major
number will be bumped when the project is feature-complete, and perhaps if
there is a major change in the design."""
-__version_details__ = 'repository'
+__version_details__ = 'release'
"""Extra version details (e.g. 'snapshot 2005-05-29, r3410', 'repository',
'release'), modified automatically & manually."""