From 131f5f3046eb71145ebeb2a05b90bd89ec829dd9 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 16 Nov 2009 02:55:48 +0000 Subject: Prep for 1.1 final release. --- CHANGES.txt | 4 ++-- docs/conf.py | 2 +- setup.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 17a2a58fd..39cb06af5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next release -============ +1.1 (2009-11-15) +================ Internals --------- diff --git a/docs/conf.py b/docs/conf.py index 483177a87..b22b1cd43 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.1b4' +version = '1.1' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index f47f8af43..79da72655 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '1.1b4' +__version__ = '1.1' import os import sys @@ -47,7 +47,7 @@ if sys.version_info[:2] < (2, 6): setup(name='repoze.bfg', version=__version__, - description='A web framework for WSGI', + description='A WSGI web framework influenced by Zope, Django, and Pylons', long_description=README + '\n\n' + CHANGES, classifiers=[ "Intended Audience :: Developers", -- cgit v1.2.3