From 6e136f64899aca56c9f46fc6da647f2a0ea5d86b Mon Sep 17 00:00:00 2001
From: Tres Seaver <tseaver@agendaless.com>
Date: Thu, 05 Nov 2009 21:55:21 +0100
Subject: [PATCH] Prep 1.0.17 release.

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

diff --git a/CHANGES.txt b/CHANGES.txt
index f9662d5..fe24319 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,8 +1,8 @@
 repoze.who Changelog
 ====================
 
-After 1.0.16
-------------
+1.0.17 (2009-11-05)
+-------------------
 
 - Fixed the ``repoze.who.plugins.form.make_plugin`` factory's ``formcallable``
   argument handling, to allow passing in a dotted name (e.g., from a config
diff --git a/setup.py b/setup.py
index 2d52241..3f47b4c 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 Agendaless Consulting and Contributors.
+# Copyright (c) 2007-2009 Agendaless Consulting and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the BSD-like license at
@@ -19,7 +19,7 @@
 
 from setuptools import setup, find_packages
 
-__version__ = '1.0.16'
+__version__ = '1.0.17'
 
 here = os.path.abspath(os.path.dirname(__file__))
 README = open(os.path.join(here, 'README.txt')).read()

--
Gitblit v1.9.3