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:
2
setup.py
2
setup.py
@@ -131,7 +131,7 @@ with open('README.rst') as readme:
|
|||||||
setup(name='pygit2',
|
setup(name='pygit2',
|
||||||
description='Python bindings for libgit2.',
|
description='Python bindings for libgit2.',
|
||||||
keywords='git',
|
keywords='git',
|
||||||
version='0.16.2',
|
version='0.17.0',
|
||||||
url='http://github.com/libgit2/pygit2',
|
url='http://github.com/libgit2/pygit2',
|
||||||
classifiers=classifiers,
|
classifiers=classifiers,
|
||||||
license='GPLv2',
|
license='GPLv2',
|
||||||
|
Reference in New Issue
Block a user