Tres Seaver
2012-11-05 0cfb1a9cf4cddc76bef484c2a47d4be47e9b47a4
Prep 2.1b1 release.
2 files modified
7 ■■■■■ changed files
CHANGES.txt 5 ●●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,8 +1,9 @@
repoze.who Changelog
====================
2.1 (unreleased)
----------------
2.1b1 (2012-11-05)
------------------
- Ported to Py3k using the "compatible subset" mode.
  - Dropped support for Python < 2.6.x.
setup.py
@@ -23,7 +23,7 @@
testing_extras = tests_require + ['nose', 'coverage']
setup(name='repoze.who',
      version='2.1dev',
      version='2.1b1',
      description=('repoze.who is an identification and authentication '
                   'framework for WSGI.'),
      long_description='\n\n'.join([README, CHANGES]),