Chris McDonough
2009-11-29 7fb23b46b7b3fe3729d99166d13b96954b1de44a
Prep for 1.2a1.

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