mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Prepare for 0.5.1 release.
This commit is contained in:
4
CHANGES
4
CHANGES
@@ -1,5 +1,5 @@
|
||||
Release 0.5.1 (in development)
|
||||
==============================
|
||||
Release 0.5.1 (Dec 15, 2008)
|
||||
============================
|
||||
|
||||
* #67: Output warnings about failed doctests in the doctest extension
|
||||
even when running in quiet mode.
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
import sys
|
||||
|
||||
__revision__ = '$Revision$'
|
||||
__version__ = '0.5+'
|
||||
__released__ = '0.5'
|
||||
__version__ = '0.5.1'
|
||||
__released__ = '0.5.1'
|
||||
|
||||
|
||||
def main(argv=sys.argv):
|
||||
|
||||
Reference in New Issue
Block a user