Major:
- Only *Python* 2.6 and 2.7 are supported now. 2.4, 2.5 is deprecated.
- setup.py now uses setuptools, and stores its dependencies. This
means you no longer need to manually install dependencies.
- *setup.py* no longer requires *Twisted* for *egg_info*, making it easier
to install *Epsilon* using *pip*.
- Significant improvements to *PyPy* support. *PyPy* is now a supported
platform, with CI support.
- ``epsilon.release`` is now removed. It relied on a bunch of machinery
specific to *Divmod* that no longer existed.
- ``epsilon.sslverify`` is now removed. Use ``twisted.internet.ssl`` instead.
- ``epsilon.asTwistedVersion`` takes a string version (``"1.2.3"``) and
turns it into a ``twisted.python.versions.Version``.
Minor:
- Several deprecation warnings have been cleaned up.