Skip to content

Commit 2bbf62f

Browse files
committed
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.
1 parent fd4f3cf commit 2bbf62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def run(self):
131131
setup(name='pygit2',
132132
description='Python bindings for libgit2.',
133133
keywords='git',
134-
version='0.16.1',
134+
version='0.16.2',
135135
url='http://github.com/libgit2/pygit2',
136136
classifiers=classifiers,
137137
license='GPLv2',

0 commit comments

Comments
 (0)