----------------------------- - Removed `primary-lib-directory` option from app_lib.
- Code cleanup and refactoring.
0.4
---------------------------- - Fixed script path problem when buildout is configured to use absolute paths. Fixes issue 1. Thanks Lacrima.Maxim for the report.
- Scripts now run using alter_sys=True, so that help messages that use __doc__ are displayed correctly.
0.3
---------------------------- - Added `config-file` option to appfy.recipe.gae:tools, to define the configuration file used to set default arguments for the scripts.
0.2
---------------------------- - Added bulkload_client, bulkloader and remote_api_shell scripts.
- Fixed script entry-points: they were breaking on Windows; now they work.
- All recipes are also tested and working on Windows now.