summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2013-07-22 07:54:27 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2013-07-22 07:54:27 +0000
commit3a614d14f966d70ffe2a3f6c6a51674a52c95fb8 (patch)
treed018e715cf510c0d5bf6e6682f1624a998ff1a70
parent887179ae188848fed58ddc6179e25b21a9d25550 (diff)
downloaddocutils-3a614d14f966d70ffe2a3f6c6a51674a52c95fb8.tar.gz
Release 0.11: set version number to 0.11
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7693 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--docutils/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/__init__.py b/docutils/__init__.py
index 82698196d..dbb268b8d 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."""