Skip to content

Commit

Permalink
Release v0.17.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jdavid committed Jul 18, 2012
1 parent 0285470 commit a1716a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def run(self):
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',
Expand Down

0 comments on commit a1716a3

Please sign in to comment.