Tres Seaver
2010-10-01 eb7071247631d28b9cc75963e0135fb47ec46d60
Prepare 2.0a3 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.0a2 (unreleased)
------------------------
2.0a3 (2010-09030)
------------------
- Deprecated the following plugins, moving their modules, tests, and docs
  to a new project, ``repoze.who.deprecatedplugins``:
setup.py
@@ -21,7 +21,7 @@
CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
setup(name='repoze.who',
      version='2.0a2+',
      version='2.0a3',
      description=('repoze.who is an identification and authentication '
                   'framework for WSGI.'),
      long_description='\n\n'.join([README, CHANGES]),