Skip to content

Commit 71a4ac9

Browse files
committed
add a branch and release for the libgit maintenance branch
should fix #8
1 parent c4919fb commit 71a4ac9

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.gitmodules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[submodule "libgit2"]
22
path = libgit2
33
url = git://github.com/libgit2/libgit2.git
4-
branch = maint/v0.21
54
[submodule "pygit2"]
65
path = pygit2
76
url = git://github.com/libgit2/pygit2.git

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def run(self):
9595
name="venvgit2",
9696
description="Install libgit2 and pygit2 in a virtualenv",
9797
long_description=open('README.rst').read(),
98-
version="0.21.6.0",
98+
version="0.21.libgitmaint.0",
9999
install_requires=[
100100
'cffi>=0.8.6',
101101
],

0 commit comments

Comments
 (0)