Tres Seaver
2012-03-19 d9f6f4f4b5331b4e09b3dae4d7c3c92fa1bc9ca2
Note new release numbers coming, due to BBB dependency changes.
2 files modified
12 ■■■■■ changed files
CHANGES.txt 10 ●●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,6 +1,16 @@
repoze.who Changelog
====================
2.1 (unreleased)
----------------
- Ported to Py3k using the "compatible subset" mode.
  - Dropped support for Python < 2.6.x.
  - Dropped dependency on Paste (forking some code from it).
  - Added dependency on WebOb instead.
  Thanks to Atsushi Odagiri (aodag) for the initial effort.
2.0 (2011-09-28)
----------------
setup.py
@@ -21,7 +21,7 @@
CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
setup(name='repoze.who',
      version='2.0b1',
      version='2.1dev',
      description=('repoze.who is an identification and authentication '
                   'framework for WSGI.'),
      long_description='\n\n'.join([README, CHANGES]),