From 74c99aecff57bd34a88899638384abefce018036 Mon Sep 17 00:00:00 2001 From: grubert Date: Sun, 6 Jul 2014 12:38:11 +0000 Subject: [PATCH] Release 0.12: set __version_details__ to "repository" git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7761 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/docutils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docutils/docutils/__init__.py b/docutils/docutils/__init__.py index 72c216597..43239297e 100644 --- a/docutils/docutils/__init__.py +++ b/docutils/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__ = 'release' +__version_details__ = 'repository' """Extra version details (e.g. 'snapshot 2005-05-29, r3410', 'repository', 'release'), modified automatically & manually.""" -- 2.11.4.GIT