summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2008-06-25 20:11:00 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2008-06-25 20:11:00 +0000
commit05fd0a078d6eb503d3897e76ba3a309eb0868f41 (patch)
treeb1833dbeabfc896c3802412f53374e6fb9eea1d6
parent90a2a023f15f646175bfea8dc01ffe64e695f9ea (diff)
downloaddocutils-05fd0a078d6eb503d3897e76ba3a309eb0868f41.tar.gz
Release 0.5: set __version_details__ to "repository"
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5580 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py
index ff161c26c..6991f3643 100644
--- a/__init__.py
+++ b/__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."""