* 1: Fixed javascript ID names in TimeSeries labels.
2.2.1
=====
* 5: Fixed references to class attributes in ``graph.py``.
2.2
===
* SF Issue 1: Fixed installation on Unix systems again. Author's preference for lowercase ``readme.txt`` was trumped by `setuptools 100 <https://bitbucket.org/pypa/setuptools/issue/100/>`_. * Moved hosting to BitBucket. * Established Continuous Integration Tests on Github mirror using Travis-CI.
2.1
===
* Project now builds and tests pass on Python 3 without 2to3.
2.0.9
=====
* Corrected buggy logic in y-axis label rendering (thanks to Emmanuel Blot). * Converted to Unix line endings.
2.0.8
=====
* Updated to latest cssutils with Python 3 support. Thanks Christof! * Fixed a few remaining issues with Python 3 compatibility.