------------------ * Rename task decorator to chore to work with Celery. * Use default "py.test" to test. Only test one version.
Changes before forking from pynt ================================
0.8.1
------------------ * Enabling extensions
0.8.0
------------------ * Support for specifying a default task with __DEFAULT__ variable * pynt -v (--version) for displays version info * pynt -l lists tasks in alphabetical order
0.7.1
------------------ * Migrated pynt to work on python 3.x. pynt still works on 2.7. * pynt version now displayed as part of help output.
0.7.0
------------------
* New commandline interface. Distribution now includes 'pynt' executable. * 'build.py' is the default build file. * Build files no longer need "if main" construct. * pynt no longer exposes build method. This is a backward incompatible change.
0.6.0
------------------
* Simplified ignoring tasks. ignore a keyword param for task and not a separate decorator. [This change is NOT backward compatible!!!] * Added support for listing tasks * Improved help