Release 0.19.1

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.
This commit is contained in:
J. David Ibáñez 2013-10-03 20:35:58 +02:00
parent bde9639314
commit 9c13be8dec
4 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,7 @@
Carlos Martín Nieto <cmn@dwim.me> <carlos@cmartin.tk>
Christian Boos <cboos@edgewall.org> <cboos@bct-technology.com>
J. David Ibáñez <jdavid.ibp@gmail.com> <jdavid@itaapy.com>
Martin Lenders <mlenders@elegosoft.com> <authmill@datalove.me>
Richo Healey <richo@psych0tik.net>
Xavier Delannoy <xavier.delannoy@gmail.com>
Christian Boos <cboos@edgewall.org> <cboos@bct-technology.com>
Martin Lenders <mlenders@elegosoft.com> <authmill@datalove.me>
Xu Tao <xutao@douban.com>

View File

@ -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
@ -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
@ -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

View File

@ -50,7 +50,7 @@ copyright = u'2013, J. David Ibáñez'
# 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.

View File

@ -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'