Add changelog entry.

This commit is contained in:
Georg Brandl 2010-11-17 21:17:51 +01:00
parent 71660ccdf1
commit e0f2c2e7e9
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Release 1.0.6 (in development)
==============================
* Several fixes to the C++ domain.
Release 1.0.5 (Nov 12, 2010) Release 1.0.5 (Nov 12, 2010)
============================ ============================

View File

@ -12,7 +12,7 @@
import sys import sys
from os import path from os import path
__version__ = '1.0.5' __version__ = '1.0.5+'
__released__ = '1.0.5' # used when Sphinx builds its own docs __released__ = '1.0.5' # used when Sphinx builds its own docs
package_dir = path.abspath(path.dirname(__file__)) package_dir = path.abspath(path.dirname(__file__))