Chris McDonough
2009-06-25 1849bf80417deefa12bf16a2e047ee5936f6299d
Prep for release.

3 files modified
10 ■■■■ changed files
CHANGES.txt 4 ●●●● patch | view | raw | blame | history
docs/conf.py 4 ●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -2,8 +2,8 @@
repoze.who changes
==================
Next release
============
1.0.15 (2009/06/25)
===================
- If the form post value ``max_age`` exists while in the ``identify``
  method is handling the ``login_handler_path``, pass the max_age
docs/conf.py
@@ -51,9 +51,9 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '1.0.14'
version = '1.0.15'
# The full version, including alpha/beta/rc tags.
release = '1.0.14'
release = '1.0.15'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
setup.py
@@ -19,7 +19,7 @@
from setuptools import setup, find_packages
__version__ = '1.0.14'
__version__ = '1.0.15'
here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.txt')).read()