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:
2
setup.py
2
setup.py
@@ -134,7 +134,7 @@ with open('README.rst') as readme:
|
|||||||
setup(name='pygit2',
|
setup(name='pygit2',
|
||||||
description='Python bindings for libgit2.',
|
description='Python bindings for libgit2.',
|
||||||
keywords='git',
|
keywords='git',
|
||||||
version='0.17.0',
|
version='0.17.1',
|
||||||
url='http://github.com/libgit2/pygit2',
|
url='http://github.com/libgit2/pygit2',
|
||||||
classifiers=classifiers,
|
classifiers=classifiers,
|
||||||
license='GPLv2',
|
license='GPLv2',
|
||||||
|
Reference in New Issue
Block a user