Tres Seaver
2009-11-05 6e136f64899aca56c9f46fc6da647f2a0ea5d86b
Prep 1.0.17 release.
2 files modified
8 ■■■■ changed files
CHANGES.txt 4 ●●●● patch | view | raw | blame | history
setup.py 4 ●●●● patch | view | raw | blame | history
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
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()