* Added imports to `__init__` to use as a package. * Added more tests * Bug fixes * Code refactor * Added a check to ensure the Phab API Key is set * Published to PyPi - automated releases via Travis
0.2.0
* Added initial testing suite * Replaced Pylint with Flake8 * Added Makefile * Setup boilerplate for automated releasing
0.1.1
* Fixed linting errors * Code reuse with API class method and data passed to it
0.1.0
* Reworked the entire project from bash to Python * Command line arguments are now accepted * Better documentation * Added a Makefile and Changelog