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> J. David Ibáñez <jdavid.ibp@gmail.com> <jdavid@itaapy.com>
Martin Lenders <mlenders@elegosoft.com> <authmill@datalove.me>
Richo Healey <richo@psych0tik.net> Richo Healey <richo@psych0tik.net>
Xavier Delannoy <xavier.delannoy@gmail.com> 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> 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 - Valentin Haenel
- Bernardo Heynemann - Bernardo Heynemann
- John Szakmeister - John Szakmeister
- Brodie Rao
- David Versmisse - David Versmisse
- Petr Hosek - Petr Hosek
- Rémi Duraffort - Rémi Duraffort
- Sebastian Thiel - Sebastian Thiel
- Fraser Tweedale
- Han-Wen Nienhuys - Han-Wen Nienhuys
- Petr Viktorin - Petr Viktorin
- Alex Chamberlain - Alex Chamberlain
@@ -79,6 +81,7 @@ This is the list of authors of pygit2, sorted by number of commits (as shown by
- Sarath Lakshman - Sarath Lakshman
- Vicent Marti - Vicent Marti
- Zoran Zaric - Zoran Zaric
- Andrew Chin
- András Veres-Szentkirályi - András Veres-Szentkirályi
- Benjamin Kircher - Benjamin Kircher
- Benjamin Pollack - Benjamin Pollack
@@ -89,7 +92,6 @@ This is the list of authors of pygit2, sorted by number of commits (as shown by
- Eric Schrijver - Eric Schrijver
- Erik van Zijst - Erik van Zijst
- Ferengee - Ferengee
- Fraser Tweedale
- Hugh Cole-Baker - Hugh Cole-Baker
- Josh Bleecher Snyder - Josh Bleecher Snyder
- Jun Omae - Jun Omae

View File

@@ -50,7 +50,7 @@ copyright = u'2013, J. David Ibáñez'
# The short X.Y version. # The short X.Y version.
version = '0.19' version = '0.19'
# The full version, including alpha/beta/rc tags. # 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 # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@@ -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.19.0' __version__ = '0.19.1'