summaryrefslogtreecommitdiff
path: root/docutils/__init__.py
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-05-02 19:19:12 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-05-02 19:19:12 +0000
commit43884d42049a7a0289a2efb1bd262166d8c41e91 (patch)
tree392902386d8e2564e052c6011bb38fa6d628c936 /docutils/__init__.py
parent5c0ea7d81c43e3f279124de0ca5bb9fbb437df5f (diff)
downloaddocutils-43884d42049a7a0289a2efb1bd262166d8c41e91.tar.gz
Release 0.9: set __version_details__ to "repository"
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7416 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 645c854c7..482edf456 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__ = 'release'
+__version_details__ = 'repository'
"""Extra version details (e.g. 'snapshot 2005-05-29, r3410', 'repository',
'release'), modified automatically & manually."""