From eb7071247631d28b9cc75963e0135fb47ec46d60 Mon Sep 17 00:00:00 2001
From: Tres Seaver <tseaver@agendaless.com>
Date: Fri, 01 Oct 2010 02:28:30 +0200
Subject: [PATCH] Prepare 2.0a3 release.

---
 setup.py    |    2 +-
 CHANGES.txt |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 611c206..ffa9047 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,8 +1,8 @@
 repoze.who Changelog
 ====================
 
-After 2.0a2 (unreleased)
-------------------------
+2.0a3 (2010-09030)
+------------------
 
 - Deprecated the following plugins, moving their modules, tests, and docs
   to a new project, ``repoze.who.deprecatedplugins``:
diff --git a/setup.py b/setup.py
index 69fb62e..01bf4b0 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@
 CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
 
 setup(name='repoze.who',
-      version='2.0a2+',
+      version='2.0a3',
       description=('repoze.who is an identification and authentication '
                    'framework for WSGI.'),
       long_description='\n\n'.join([README, CHANGES]),

--
Gitblit v1.9.3