From 0821e7bf00c97f6a627dd1dae01d33019348c050 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= <jdavid.ibp@gmail.com>
Date: Tue, 24 Jul 2012 12:40:26 +0200
Subject: [PATCH] Release v0.17.2

Now the MANIFEST file is automatically built from Git. This fixes the
source distribution.
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 6fa1c5b..4722427 100644
--- a/setup.py
+++ b/setup.py
@@ -163,7 +163,7 @@ with open('README.rst') as readme:
 setup(name='pygit2',
       description='Python bindings for libgit2.',
       keywords='git',
-      version='0.17.1',
+      version='0.17.2',
       url='http://github.com/libgit2/pygit2',
       classifiers=classifiers,
       license='GPLv2',