This means 0.3 and what is on master requires you to:
$ bin/ptah-populate path/to/settings.ini -a
it will print out the population steps run for each add-on.
The documentation has been updated to cover this.
ptah has grown a dependency on alembic.
Any testing/feedback of master would be appreciated.
-- 
Alan Runyan
Skype/Twitter:: runyaga
Office:: 713.942.2377 ext 111
http://ploud.com/  Plone site in less than 10 seconds
def main(..):
   config = Configurator()
   config.include('ptah')
   ...
   config.ptah_populate()
config.ptah_populate() call is identical to this command
$ bin/ptah-populate path/to/settings.ini -a
http://ptahproject.readthedocs.org/en/latest/populate.html