Release v0.17.0

Changes:

- Update to libgit2 v0.17.0
- New method 'Repository.create_blob'

Thanks to Nico von Geyso.
This commit is contained in:
J. David Ibáñez
2012-05-21 18:11:38 +02:00
parent 7d396fc02f
commit 6825bba8c0

View File

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