mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add changelog entry.
This commit is contained in:
parent
71660ccdf1
commit
e0f2c2e7e9
6
CHANGES
6
CHANGES
@ -1,3 +1,9 @@
|
||||
Release 1.0.6 (in development)
|
||||
==============================
|
||||
|
||||
* Several fixes to the C++ domain.
|
||||
|
||||
|
||||
Release 1.0.5 (Nov 12, 2010)
|
||||
============================
|
||||
|
||||
|
@ -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__))
|
||||
|
Loading…
Reference in New Issue
Block a user