Skip to content

Commit

Permalink
Prep for 1.0a8.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Dec 27, 2010
1 parent 368c2ca commit 6362949
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
@@ -1,5 +1,5 @@
Next release
============
1.0a8 (2010-12-27)
==================

Bug Fixes
---------
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -76,7 +76,7 @@ def nothing(*arg):
# other places throughout the built documents.
#
# The short X.Y version.
version = '1.0a7'
version = '1.0a8'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@
#
##############################################################################

__version__ = '0.0'
__version__ = '1.0a8'

import os
import platform
Expand Down

0 comments on commit 6362949

Please sign in to comment.