From 07cf61d25adf627c9ddc1f607266b0d61070e391 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 28 Oct 2009 00:48:45 +0000 Subject: Prep for 1.1a8. --- 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 06653cf09..6f4054de5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next release -============ +1.1a8 (2009-10-27) +================== Features -------- diff --git a/docs/conf.py b/docs/conf.py index d0c599992..509699bee 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.1a7' +version = '1.1a8' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index 5a370fb53..7de33304d 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '1.1a7' +__version__ = '1.1a8' import os import sys -- cgit v1.2.3