* Support Python 3.5 (needs astor > 0.5) * Correct issues with test on python 2.6
1.0.2
-------------
* Correct github link in Readme.rst * Fix error in setup.py that prevented installation
1.0.1
-------------
* Clean rst in Readme file.
1.0.0
-------------
* Separate documenters for module level and class level traits. * Add travis-ci testing. * Add basic tests. * Use the python ast module to recover the trait definitions. * Factor out trait-documenter from the traits source.