Prepare for 0.5.1 release.

This commit is contained in:
Georg Brandl 2008-12-15 21:55:50 +01:00
parent 04f02b34d0
commit 3f8d3b634f
2 changed files with 4 additions and 4 deletions

View File

@ -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 * #67: Output warnings about failed doctests in the doctest extension
even when running in quiet mode. even when running in quiet mode.

View File

@ -12,8 +12,8 @@
import sys import sys
__revision__ = '$Revision$' __revision__ = '$Revision$'
__version__ = '0.5+' __version__ = '0.5.1'
__released__ = '0.5' __released__ = '0.5.1'
def main(argv=sys.argv): def main(argv=sys.argv):