Chris McDonough
2010-12-27 6362949e3cc96509cf020d5612998d61050a13fb
Prep for 1.0a8.
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.0a8 (2010-12-27)
==================
Bug Fixes
---------
docs/conf.py
@@ -76,7 +76,7 @@
# 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
setup.py
@@ -12,7 +12,7 @@
#
##############################################################################
__version__ = '0.0'
__version__ = '1.0a8'
import os
import platform