Chris McDonough
2010-02-03 f86d88b3e30002cf81d3b39ca6587932a12e7dc2
Prep for 1.2b4.

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.2b4 (2010-02-03)
==================
Documentation
-------------
docs/conf.py
@@ -53,7 +53,7 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '1.2b3'
version = '1.2b4'
# The full version, including alpha/beta/rc tags.
release = version
setup.py
@@ -12,7 +12,7 @@
#
##############################################################################
__version__ = '1.2b3'
__version__ = '1.2b4'
import os
import sys