From cb52f73753e3eb1cddd5808e5fc18682fd331d61 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 23 Jun 2008 12:14:37 +0000 Subject: [PATCH] Release preparation. --- CHANGES | 4 ++-- sphinx/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 39c88a5ec..b221d9e10 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,5 @@ -Changes in trunk -================ +Release 0.4 (Jun 23, 2008) +========================== New features added ------------------ diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 435d92bb8..4f67ca4d5 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -20,7 +20,7 @@ from sphinx.util import format_exception_cut_frames, save_traceback from sphinx.util.console import darkred, nocolor __revision__ = '$Revision$' -__version__ = '0.3' +__version__ = '0.4' def usage(argv, msg=None):