From 2bbf62f50a0a25efb1592ebbb83d741fad8e29dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= Date: Thu, 3 May 2012 14:05:51 +0200 Subject: [PATCH] Release v0.16.2 Highlights: - Fix serious memory bug - Change signature of 'TreeBuilder.insert' - Improve support of Windows Thanks to Benjamin Kircher, Han-Wen Nienhuys and Yonggang Luo. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fd32e1c..67fd5ab 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.1', + version='0.16.2', url='http://github.com/libgit2/pygit2', classifiers=classifiers, license='GPLv2',