Chris McDonough
2009-10-16 accb5789bacc773fe1829d50773a26f9a253ce22
Prep for 1.1a6.

3 files modified
10 ■■■■ changed files
CHANGES.txt 4 ●●●● patch | view | raw | blame | history
docs/conf.py 4 ●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,5 +1,5 @@
Next release
============
1.1a6 (2009-10-15)
==================
Features
--------
docs/conf.py
@@ -51,9 +51,9 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '1.1a5'
version = '1.1a6'
# The full version, including alpha/beta/rc tags.
release = '1.1a5'
release = '1.1a6'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
setup.py
@@ -12,7 +12,7 @@
#
##############################################################################
__version__ = '1.1a5'
__version__ = '1.1a6'
import os
import sys