--------------------------------
- Added
* Automatic testing setup with Travis CI
* Show python interpreter path in version information
* Check to see if the labelfile can be written to
* Support for running dispass using ``python -m dispass``
* tox.ini file for running tests with tox
* More unit tests
- Changed
* Use python 3.4 or higher (python 2 is no longer supported)
- Fix import statements for Python 3, using absolute paths
- Fix algorithms for Python 3 unicode
* Use automatic script creation instead of scripts
* Put labelfile handling for commands in decorators
* In Zsh autocompletion, do not autocomplete for disabled labels
* Clean up ncurses after an exception occurs
* Split tests into multiple modules in a new tests directory
* Upgrade pycommand dependency to pycommand version 0.4.0
* Install instructions, to use ``--user`` with pip install
- Removed
* ``__version_info__`` from `dispass.dispass`, ``__version__`` is still
available.
* Manpage and GNU info docs