From 87c9f9f146c4f8081accbce450d55ab5bd94a194 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 23 Sep 2009 04:01:27 +0000 Subject: Prep for 1.1a4. --- CHANGES.txt | 5 ++--- docs/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index ed4dd29ff..bd28f160b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next release -============ +1.1a4 (2009-09-23) +================== Bug Fixes --------- @@ -75,7 +75,6 @@ Internal - General speed microimprovements for helloworld benchmark: replace try/excepts with statements which use 'in' keyword. - 1.1a3 (2009-09-16) ================== diff --git a/docs/conf.py b/docs/conf.py index 27c9ee8e9..750f87753 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = '2008-2009, Agendaless Consulting' # other places throughout the built documents. # # The short X.Y version. -version = '1.1a3' +version = '1.1a4' # The full version, including alpha/beta/rc tags. -release = '1.1a3' +release = '1.1a4' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/setup.py b/setup.py index 8e196b1de..b0bd0015a 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '1.1a3' +__version__ = '1.1a4' import os import sys -- cgit v1.2.3