Skip to content

Commit bccf3e1

Browse files
committed
Release v0.16.1
Highlights: - Tag.target now returns the OID, not the object - New method "Repository.status_file(path)" - New function "discover_repository(...)" - Supporting tree-builders - Improving pygit2 on Windows - Various bugs fixed, including a couple of segfaults Thanks to Amit Bakshi, Bryan O'Sullivan, Carlos Martín Nieto, Han-Wen Nienhuys and Yonggang Luo.
1 parent 27585e5 commit bccf3e1

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
@@ -89,7 +89,7 @@ def run(self):
8989
setup(name='pygit2',
9090
description='Python bindings for libgit2.',
9191
keywords='git',
92-
version='0.16.0',
92+
version='0.16.1',
9393
url='http://github.com/libgit2/pygit2',
9494
classifiers=classifiers,
9595
license='GPLv2',

0 commit comments

Comments
 (0)