Release v0.16.1

Highlights:

- Tag.target now returns the OID, not the object
- New method "Repository.status_file(path)"
- New function "discover_repository(...)"
- Supporting tree-builders
- Improving pygit2 on Windows
- Various bugs fixed, including a couple of segfaults

Thanks to Amit Bakshi, Bryan O'Sullivan, Carlos Martín Nieto,
Han-Wen Nienhuys and Yonggang Luo.
This commit is contained in:
J. David Ibáñez 2012-03-19 14:16:30 +01:00
parent 27585e5344
commit bccf3e1e33

@ -89,7 +89,7 @@ with open('README.rst') as readme:
setup(name='pygit2',
description='Python bindings for libgit2.',
keywords='git',
version='0.16.0',
version='0.16.1',
url='http://github.com/libgit2/pygit2',
classifiers=classifiers,
license='GPLv2',