summaryrefslogtreecommitdiff
path: root/docutils/__init__.py
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-01-09 18:28:09 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-01-09 18:28:09 +0000
commitd9e9593ec5300a630f2aaf03ce6ad73fd06bcd66 (patch)
tree8cff9a9a7a4ddcffb8e1a0774d58c92534f17afb /docutils/__init__.py
parent151142e8f66bc0b219e21025e65b8e2bd5480961 (diff)
downloaddocutils-d9e9593ec5300a630f2aaf03ce6ad73fd06bcd66.tar.gz
changed version info to "release"
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4260 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 35671cfe6..a390a9f2b 100644
--- a/docutils/__init__.py
+++ b/docutils/__init__.py
@@ -58,7 +58,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__ = 'pre-release'
+__version_details__ = 'release'
"""Extra version details (e.g. 'snapshot 2005-05-29, r3410', 'repository',
'release'), modified automatically & manually."""