Changeset 3734
- Timestamp:
- 05/28/08 15:39:53 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
accountmanagerplugin/trunk/setup.py
r3721 r3734 11 11 setup( 12 12 name = 'TracAccountManager', 13 version = '0.2 ',13 version = '0.2.1', 14 14 author = 'Matthew Good', 15 15 author_email = 'trac@matt-good.net', … … 38 38 'acct_mgr.svnserve = acct_mgr.svnserve', 39 39 'acct_mgr.web_ui = acct_mgr.web_ui', 40 'acct_mgr.notification = acct_mgr.notification', 40 41 ] 41 42 },
