From 6825bba8c0a3e7d99e1f5cbe5ec80ef1b534fa7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= Date: Mon, 21 May 2012 18:11:38 +0200 Subject: [PATCH] Release v0.17.0 Changes: - Update to libgit2 v0.17.0 - New method 'Repository.create_blob' Thanks to Nico von Geyso. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 67fd5ab..de76973 100644 --- a/setup.py +++ b/setup.py @@ -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',