- Removed deprecated __getslice__ method from dedun.results. - Added commands for coverage and pylint to setup.py. - Better solution for deprecated import::
from dedun import MediahandbookCompanies
- Removed runtests.py from py_modules.
0.3.1
=====
- Added versiontools >= 1.8 setup requirement.
0.3.0
=====
- Fixed issue 1: Slicing does not respect reverse() method. - Added new method ResultBase.get_json. - Added test suite (using py.test). - Reorganized code as a Python package. - Using BSD license now. - Requires now anyjson >= 0.3.1.