- The restriction that cached items must be strings has been removed. Any type that can be marshalled by XML-RPC is now allowed. Thanks to Brad Kreider for the initial patch.
1.0.0
------------------
- Dropped support for Python versions before 2.6.
- Added support for Python 3.2 and 3.3.
0.5
----------------
- Improved parsing of arguments in the supervisorctl plugin.
0.4
----------------
- We no longer bundle ez_setup to bootstrap setuptools installation.
0.3
----------------
- Added ez_setup.py to bootstrap setuptools installation.