summaryrefslogtreecommitdiff
path: root/docutils/__init__.py
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2010-07-07 09:04:56 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2010-07-07 09:04:56 +0000
commit1c6997f8ca3d337c4ceb3f9786d609bc2a54d562 (patch)
treefa0abb59a5b004f151132cd9bf14db09297d8297 /docutils/__init__.py
parent7bd41c152c5dda9e533dcea7375686699853dae3 (diff)
downloaddocutils-1c6997f8ca3d337c4ceb3f9786d609bc2a54d562.tar.gz
Release 0.7: set version number to 0.7
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6354 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 035e2bdcd..671e3b741 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."""