Another maintenance release which features:
- replace `optparse` with `argparse` for nice `--help` generation
- better CLI documentation
- remove deprecated `--prefix` option, use `--base-url` instead
- support _real_ concurrency via [gevent](http://gevent.org/)
- support for uWSGI and Gunicorn (only one process though, see [Deployment](https://github.com/posativ/weave-minimaldeployment))
- ship _scratch.png_ with weave-minimal to avoid plain-text connections to http://posativ.org/scratch.png (suggested via mail)