Change Log
==========

Release 1.1.0
-------------

* Support Python 3.5 (needs astor > 0.5)
* Correct issues with test on python 2.6

Release 1.0.2
-------------

* Correct github link in Readme.rst
* Fix error in setup.py that prevented installation


Release 1.0.1
-------------

* Clean rst in Readme file.

Release 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.
