From 0899e017a9a0963408c6cff8c3c19a20d3efbcaa Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 4 Sep 2009 00:14:18 +0200 Subject: [PATCH] Post-0.6.3 changes. --- CHANGES | 4 ++++ sphinx/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 3a8e8bf89..cf7afdb33 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +Release 0.6.4 (in development) +============================== + + Release 0.6.3 (Sep 03, 2009) ============================ diff --git a/sphinx/__init__.py b/sphinx/__init__.py index bebfa70bf..5b5980ed3 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -12,7 +12,7 @@ import sys from os import path -__version__ = '0.6.3' +__version__ = '0.6.3+' __released__ = '0.6.3' # used when Sphinx builds its own docs package_dir = path.abspath(path.dirname(__file__))