From e0f2c2e7e9c09a7bc3524ecda0763709c6e8549d Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 17 Nov 2010 21:17:51 +0100 Subject: [PATCH] Add changelog entry. --- CHANGES | 6 ++++++ sphinx/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 648f29851..f080e8462 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +Release 1.0.6 (in development) +============================== + +* Several fixes to the C++ domain. + + Release 1.0.5 (Nov 12, 2010) ============================ diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 06628692b..c4970c39b 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -12,7 +12,7 @@ import sys from os import path -__version__ = '1.0.5' +__version__ = '1.0.5+' __released__ = '1.0.5' # used when Sphinx builds its own docs package_dir = path.abspath(path.dirname(__file__))