Tres Seaver
2011-09-28 d03c94f1fab0697990a6baaee02cf649dcd86c4f
Prep 2.0 release.
2 files modified
4 ■■■■ changed files
CHANGES.txt 2 ●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,7 +1,7 @@
repoze.who Changelog
====================
2.0 (unreleased)
2.0 (2011-09-28)
----------------
- ``auth_tkt`` plugin:  strip any port number from the 'Domain' of generated
setup.py
@@ -21,7 +21,7 @@
CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
setup(name='repoze.who',
      version='2.0b1',
      version='2.0',
      description=('repoze.who is an identification and authentication '
                   'framework for WSGI.'),
      long_description='\n\n'.join([README, CHANGES]),