diff options
author | Georg Brandl <georg@python.org> | 2008-12-15 21:55:50 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-12-15 21:55:50 +0100 |
commit | 3f8d3b634f282514e22683681d7db6b566ca6d44 (patch) | |
tree | 6f8e004c5eccb5af2856dea841722ff261da1e50 | |
parent | 04f02b34d076c88050d77a117192b2777bd93000 (diff) | |
download | sphinx-git-3f8d3b634f282514e22683681d7db6b566ca6d44.tar.gz |
Prepare for 0.5.1 release.v0.5.1
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | sphinx/__init__.py | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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. diff --git a/sphinx/__init__.py b/sphinx/__init__.py index c76cb4fca..3f21e3d6c 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -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): |