Chris McDonough
2011-01-08 a063aff1b0a9fe1f9d8c4a4baeade6453695f171
prep for 1.0a9
3 files modified
8 ■■■■ changed files
CHANGES.txt 4 ●●●● patch | view | raw | blame | history
docs/conf.py 2 ●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,5 +1,5 @@
Next release
============
1.0a9 (2011-01-08)
==================
Bug Fixes
---------
docs/conf.py
@@ -77,7 +77,7 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '1.0a8'
version = '1.0a9'
# The full version, including alpha/beta/rc tags.
release = version
setup.py
@@ -12,7 +12,7 @@
#
##############################################################################
__version__ = '0.0'
__version__ = '1.0a9'
import os
import platform