From 7174909b7f940f2f653417ff4182cd61d175da07 Mon Sep 17 00:00:00 2001
From: Tres Seaver <tseaver@palladion.com>
Date: Wed, 20 Mar 2013 18:22:59 +0100
Subject: [PATCH] Prep 2.1 release.

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

diff --git a/CHANGES.txt b/CHANGES.txt
index 4475b1a..afc80dc 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,7 +2,7 @@
 ====================
 
 
-2.1 (unreleased)
+2.1 (2013-03-20)
 ----------------
 
 - ``_compat`` module:  tolerate missing ``CONTENT_TYPE`` key in the WSGI
diff --git a/setup.py b/setup.py
index 459d8cf..3c40fdc 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@
 testing_extras = tests_require + ['nose', 'coverage']
 
 setup(name='repoze.who',
-      version='2.1dev',
+      version='2.1',
       description=('repoze.who is an identification and authentication '
                    'framework for WSGI.'),
       long_description='\n\n'.join([README, CHANGES]),

--
Gitblit v1.9.3