- Bump version number to 0.2-rc1+1 - require GitPython==0.1.7 (lower versions aren't available on PyPi any more)
- dev-requirements.txt - pavement.py
0.2rc1
------------------------
- Change GitPython requirement. Requires version 1.6 specifically (version 0.3 will track GitPython 2.x). - The gh_pages_clean task correctly checkout the gh-pages branch in the gh-pages submodule.
0.2b3
------------------------
- Installation of Template dependencies is now optional.
0.2b2
------------------------
- Fix bug with gh_package template when github.user or github.token git config values are not set. - Disable Sphinx extension and add a .nojekyll file to allow the use of folder starting with "_".
0.2b1
-----------------------
- New Layout, without a ``src/`` folder to hold package(s) or ``docs/source`` to hold the ReST documentation - Based on `Paver-templates`_' main template.
0.1.7
---------------------
- Fixed bug in gh_register, failing to set default gh_pages options.