From a1ed7975ff9b67f2c07825738b0d20af9f52fa2a Mon Sep 17 00:00:00 2001 From: grubert Date: Sat, 13 Jul 2013 18:15:43 +0000 Subject: testing on ubuntu 10.04 installation broken because of different module directory: revert git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7687 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- HISTORY.txt | 4 ++-- RELEASE-NOTES.txt | 4 ++-- docutils/__init__.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index fca4ccf72..82dd9112c 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -13,8 +13,8 @@ .. contents:: -Release 0.11 (2013-07-13) -========================= +Changes Since 0.10 +================== * General diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 6da1752b7..dbffe5fc7 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -29,8 +29,8 @@ Future changes element with class attribute and auto-generated title. -Release 0.11 (2013-07-13) -========================= +Changes Since 0.10 +================== * General diff --git a/docutils/__init__.py b/docutils/__init__.py index dbb268b8d..82698196d 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__ = 'release' +__version_details__ = 'repository' """Extra version details (e.g. 'snapshot 2005-05-29, r3410', 'repository', 'release'), modified automatically & manually.""" -- cgit v1.2.1