`sanitize` is a Python module for making sure HTML is safe to use. It was originally written by Mark Pilgrim and is distributed under the BSD license.

## How to do a release

1. Update the version in `sanitize.py`
2. Update the version in `setup.py`
3. Run `python setup.py sdist upload`
