- 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
- 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.
- Installation of Template dependencies is now optional.
- 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 "_".
- New Layout, without a
src/folder to hold package(s) ordocs/sourceto hold the ReST documentation - Based on Paver-templates' main template.
- Fixed bug in gh_register, failing to set default gh_pages options.
- Fixed with github-tools' template. Failed when git's user.name and user.email config variables were not set
- Removed distribution info from package's
__init__.pyfile, so that pavement.py doesn't need to the package to get them. Github-tools uses pkginfo to get these info when it needs them.
- Added required files to MANIFEST.in; the gh_package template was missing from the distribution.
- Fixed a bug with github-tools' pavement.py.
- Fixed a bug in in the
doc/source/conf.pycreated with github-tools' paste template.
- Initial release.