summaryrefslogtreecommitdiff
path: root/docutils/__init__.py
diff options
context:
space:
mode:
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 dbb268b8d..82698196d 100644
--- a/docutils/__init__.py
+++ b/docutils/__init__.py
@@ -59,7 +59,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."""