Chris McDonough
2009-12-18 3809abb4c55ef98541158e4f58593c6c6011034f
Prep for 1.2a6.

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.2a6 (2009-12-18)
==================
Features
--------
docs/conf.py
@@ -51,7 +51,7 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '1.2a5'
version = '1.2a6'
# The full version, including alpha/beta/rc tags.
release = version
setup.py
@@ -12,7 +12,7 @@
#
##############################################################################
__version__ = '1.2a5'
__version__ = '1.2a6'
import os
import sys