Release v0.17.1
New features: - Support for diffs - Support for reflog - Support for config files - Add shortcut 'Repository.head' Other changes: - Improved support for Windows - Improved documentation - Refactoring: split the code into smaller files - Refactoring: allow to add helper code written in Python - Use Travis Continous-Integration service http://travis-ci.org/#!/libgit2/pygit2 Thanks to András Veres-Szentkirályi, Christian Boos, Martin Lenders, Nico von Geyso, Petr Hosek and pistacchio.
This commit is contained in:
parent
0285470f45
commit
a1716a3a92
2
setup.py
2
setup.py
@ -134,7 +134,7 @@ with open('README.rst') as readme:
|
||||
setup(name='pygit2',
|
||||
description='Python bindings for libgit2.',
|
||||
keywords='git',
|
||||
version='0.17.0',
|
||||
version='0.17.1',
|
||||
url='http://github.com/libgit2/pygit2',
|
||||
classifiers=classifiers,
|
||||
license='GPLv2',
|
||||
|
Loading…
x
Reference in New Issue
Block a user