Skip to content

Commit

Permalink
Release v0.17.3
Browse files Browse the repository at this point in the history
Features:

- New 'Blob.size' getter
- New 'Repository.create_blob_fromfile' method
- Signature, now the time and offset parameters are optional
- Improved diff support

Other:

- Add 'pygit2.__version__'
- Optimize usage of Travis
- Various fixes for the unit tests
- Various documentation improvements

Thanks to Alex Chamberlain, Carlos Martín Nieto, Eric Davis,
Eric Schrijver, Petr Viktorin, Ridge Kennedy and W. Trevor King.
  • Loading branch information
jdavid committed Sep 21, 2012
1 parent 6654716 commit 1148c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygit2/version.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
# the Free Software Foundation, 51 Franklin Street, Fifth Floor, # the Free Software Foundation, 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA. # Boston, MA 02110-1301, USA.


__version__ = '0.17.2' __version__ = '0.17.3'

0 comments on commit 1148c5d

Please sign in to comment.