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

Version 0.0.2.2 (Alpha) - May 13, 2015
--------------------------------------

* Initial Python3 support
* Added example command (in docstrings) test
* Fixed some bad example commands
* Added a release procedure
* Allowed ``_commands`` and ``_main_command`` to be accessed though module

Version 0.0.1 (Alpha) - May 12, 2015
------------------------------------

* Basic functionality in place
    * Decorators for functions converted to command line args
    * Adding options to decorators
* Python project started
* Uploaded to PyPI

