Get ready to release 0.20.3
This commit is contained in:
44
README.rst
44
README.rst
@@ -44,33 +44,35 @@ for the topic), send a pull request.
|
|||||||
Authors
|
Authors
|
||||||
==============
|
==============
|
||||||
|
|
||||||
57 developers have contributed at least 1 commit to pygit2::
|
62 developers have contributed at least 1 commit to pygit2::
|
||||||
|
|
||||||
J. David Ibáñez Brodie Rao Adam Spiers
|
J. David Ibáñez Rémi Duraffort András Veres-Szentkirályi
|
||||||
Nico von Geyso David Versmisse Alexander Bayandin
|
Nico von Geyso Sebastian Thiel Benjamin Kircher
|
||||||
Carlos Martín Nieto Rémi Duraffort Andrew Chin
|
Carlos Martín Nieto Fraser Tweedale Benjamin Pollack
|
||||||
W. Trevor King Sebastian Thiel András Veres-Szentkirályi
|
W. Trevor King Han-Wen Nienhuys Bryan O'Sullivan
|
||||||
Dave Borowitz Fraser Tweedale Benjamin Kircher
|
Dave Borowitz Leonardo Rhodes David Fischer
|
||||||
Daniel Rodríguez Troitiño Han-Wen Nienhuys Benjamin Pollack
|
Daniel Rodríguez Troitiño Petr Viktorin David Sanders
|
||||||
Richo Healey Petr Viktorin Bryan O'Sullivan
|
Richo Healey Alex Chamberlain Devaev Maxim
|
||||||
Christian Boos Alex Chamberlain David Fischer
|
Christian Boos Amit Bakshi Eric Davis
|
||||||
Julien Miotte Amit Bakshi David Sanders
|
Julien Miotte Andrey Devyatkin Erik Meusel
|
||||||
Xu Tao Andrey Devyatkin Eric Davis
|
Xu Tao Ben Davis Erik van Zijst
|
||||||
Jose Plana Ben Davis Erik van Zijst
|
Jose Plana Eric Schrijver Ferengee
|
||||||
Martin Lenders Eric Schrijver Ferengee
|
Martin Lenders Hervé Cauwelier Gustavo Di Pietro
|
||||||
Petr Hosek Hervé Cauwelier Gustavo Di Pietro
|
Petr Hosek Huang Huang Hugh Cole-Baker
|
||||||
Victor Garcia Huang Huang Hugh Cole-Baker
|
Victor Garcia Jared Flatow Josh Bleecher Snyder
|
||||||
Xavier Delannoy Jared Flatow Josh Bleecher Snyder
|
Xavier Delannoy Jiunn Haur Lim Jun Omae
|
||||||
Yonggang Luo Jiunn Haur Lim Jun Omae
|
Yonggang Luo Sarath Lakshman Óscar San José
|
||||||
Valentin Haenel Sarath Lakshman Óscar San José
|
Valentin Haenel Vicent Marti Ridge Kennedy
|
||||||
Bernardo Heynemann Vicent Marti Ridge Kennedy
|
Bernardo Heynemann Zoran Zaric Rui Abreu Ferreira
|
||||||
John Szakmeister Zoran Zaric Rui Abreu Ferreira
|
John Szakmeister Adam Spiers Thomas Kluyver
|
||||||
|
Brodie Rao Alexander Bayandin earl
|
||||||
|
David Versmisse Andrew Chin
|
||||||
|
|
||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
==============
|
==============
|
||||||
|
|
||||||
0.20.3 (2014-04-XX)
|
0.20.3 (2014-04-02)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
- A number of memory issues fixed
|
- A number of memory issues fixed
|
||||||
|
@@ -50,7 +50,7 @@ copyright = u'2010-2014 The pygit2 contributors'
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.20'
|
version = '0.20'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.20.2'
|
release = '0.20.3'
|
||||||
|
|
||||||
# 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.
|
||||||
|
@@ -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.20.2'
|
__version__ = '0.20.3'
|
||||||
|
Reference in New Issue
Block a user