- bucho now work with Python3. - rename `bucho.wsgi.wsgi_app` into `bucho.wsgi.application`. - fixed: all_status return only a single status. - fixed: bucho.command cause exception when print unicode.
0.0.5
~~~~~~~~~~~~~~~~~~
- add `bucho` console script. - add `bucho.wsgi.wsgi_app` wsgi application. - add `main` entry point for paste.app_factory. - some functions show(),latest_status(),all_status() stop print text and now return text. this is incompatible change.