**0.7**

* Allow selective ignoring of Ctrl-C per command using a decorator.
* Removed docs (everything is now explained in README.rst).

**0.6**

* Allow the direct invocation of a projectkey via ./key.py [command] or python key.py [command].

**0.5**

* sudo pip install now sets up argument completion automagically.

**0.4**

* Made the default starting directory the directory that the key file is in.

**0.3**

* Made the key file directly runnable with the runnable(__name__) command.

**0.2**

* Made ProjectKey a module function based runner rather than a class method based runner.

**0.1.1**

* Fixed bug caused by missing docstring.

**0.1**

* Initial release
