Tres Seaver
2011-02-02 2b9b1f2ae0407873d2bd10917b865afbd96e2c94
Prep 2.0a4 release.
2 files modified
6 ■■■■ changed files
CHANGES.txt 4 ●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,8 +1,8 @@
repoze.who Changelog
====================
After 2.0a3 (unreleased)
------------------------
2.0a4 (2011-02-02)
------------------
- Ensure that the middleware calls ``close()`` (if it exists) on the
  iterable returned from thw wrapped application, as required by PEP 333.
setup.py
@@ -21,7 +21,7 @@
CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
setup(name='repoze.who',
      version='2.0a3',
      version='2.0a4',
      description=('repoze.who is an identification and authentication '
                   'framework for WSGI.'),
      long_description='\n\n'.join([README, CHANGES]),