From 99ec31294ec36cc6df2f18e406884fc0c992f109 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 7 Nov 2009 00:19:06 +0000 Subject: Prep for 1.1b3. --- 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 5b1a4cc15..80b27ccba 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next release -============ +1.1b3 (2009-11-06) +================== Features -------- diff --git a/docs/conf.py b/docs/conf.py index 6a9d15364..77fcaa44f 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.1b2' +version = '1.1b3' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index 70958c683..1aedf4cc3 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '1.1b2' +__version__ = '1.1b3' import os import sys -- cgit v1.2.3