Skip to content

Commit

Permalink
Release 0.19.1
Browse files Browse the repository at this point in the history
API changes:

- Rename Commit._message to Commit.raw_message
- Rename Signature._name to Signature.raw_name
- Rename Signature._email to Signature.raw_email

New features:

- Remote.push(refspec)
- Tag.get_object()

And some bugs fixed.

Thanks to Brodie Rao, Fraser Tweedale, Andrew Chin and Carlos Martín
Nieto.
  • Loading branch information
jdavid committed Oct 3, 2013
1 parent bde9639 commit 9c13be8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Carlos Martín Nieto <[email protected]> <[email protected]>
Christian Boos <[email protected]> <[email protected]>
J. David Ibáñez <[email protected]> <[email protected]>
Martin Lenders <[email protected]> <[email protected]>
Richo Healey <[email protected]>
Xavier Delannoy <[email protected]>
Christian Boos <[email protected]> <[email protected]>
Martin Lenders <[email protected]> <[email protected]>
Xu Tao <[email protected]>
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,12 @@ This is the list of authors of pygit2, sorted by number of commits (as shown by
- Valentin Haenel
- Bernardo Heynemann
- John Szakmeister
- Brodie Rao
- David Versmisse
- Petr Hosek
- Rémi Duraffort
- Sebastian Thiel
- Fraser Tweedale
- Han-Wen Nienhuys
- Petr Viktorin
- Alex Chamberlain
Expand All @@ -79,6 +81,7 @@ This is the list of authors of pygit2, sorted by number of commits (as shown by
- Sarath Lakshman
- Vicent Marti
- Zoran Zaric
- Andrew Chin
- András Veres-Szentkirályi
- Benjamin Kircher
- Benjamin Pollack
Expand All @@ -89,7 +92,6 @@ This is the list of authors of pygit2, sorted by number of commits (as shown by
- Eric Schrijver
- Erik van Zijst
- Ferengee
- Fraser Tweedale
- Hugh Cole-Baker
- Josh Bleecher Snyder
- Jun Omae
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.19'
# The full version, including alpha/beta/rc tags.
release = '0.19.0'
release = '0.19.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pygit2/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
# the Free Software Foundation, 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.

__version__ = '0.19.0'
__version__ = '0.19.1'

0 comments on commit 9c13be8

Please sign in to comment.