summaryrefslogtreecommitdiff
path: root/docutils/__init__.py
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-12-16 18:01:56 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-12-16 18:01:56 +0000
commita1d13d5edeb46b8a2a5c958eb661544466db21b3 (patch)
treebcc8a284a9c6e8e3669d43bfc3ac30d8165ed625 /docutils/__init__.py
parentc8574da21c4af21a1b6ddf07b8052fd752e2b4ed (diff)
downloaddocutils-a1d13d5edeb46b8a2a5c958eb661544466db21b3.tar.gz
Release 0.10: set version number to 0.10
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7562 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 c558d2118..5ca6d84b1 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__ = 'repository'
+__version_details__ = 'release'
"""Extra version details (e.g. 'snapshot 2005-05-29, r3410', 'repository',
'release'), modified automatically & manually."""