From 11dee904fc0746e009adc5d5b7841cb686b07b74 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 2 Dec 2009 23:00:05 +0000 Subject: Prep for 1.2a3. --- CHANGES.txt | 4 ++-- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 67da5c179..aca6a158c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next Release -============ +1.2a3 (2009-01-02) +================== Bug Fixes --------- diff --git a/docs/conf.py b/docs/conf.py index 25c662bd6..a546698ad 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,7 +51,7 @@ copyright = '2008-2009, Agendaless Consulting' # other places throughout the built documents. # # The short X.Y version. -version = '1.2a2' +version = '1.2a3' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index 744bbf939..4e05ba443 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '1.2a2' +__version__ = '1.2a3' import os import sys -- cgit v1.2.3