Get ready for 0.21.4 release
This commit is contained in:
47
README.rst
47
README.rst
@@ -25,7 +25,7 @@ How to install
|
|||||||
Changelog
|
Changelog
|
||||||
==============
|
==============
|
||||||
|
|
||||||
0.21.4 (2014-11-XX)
|
0.21.4 (2014-11-04)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
- Fix credentials callback not set when pushing
|
- Fix credentials callback not set when pushing
|
||||||
@@ -446,33 +446,34 @@ Other: `#331 <https://github.com/libgit2/pygit2/pull/331>`_
|
|||||||
Authors
|
Authors
|
||||||
==============
|
==============
|
||||||
|
|
||||||
73 developers have contributed at least 1 commit to pygit2::
|
77 developers have contributed at least 1 commit to pygit2::
|
||||||
|
|
||||||
J. David Ibáñez Rémi Duraffort Alexander Bayandin
|
J. David Ibáñez Sebastian Thiel András Veres-Szentkirályi
|
||||||
Carlos Martín Nieto Sebastian Thiel Andrew Chin
|
Carlos Martín Nieto Fraser Tweedale Ash Berlin
|
||||||
Nico von Geyso Fraser Tweedale András Veres-Szentkirályi
|
Nico von Geyso Han-Wen Nienhuys Benjamin Kircher
|
||||||
W. Trevor King Han-Wen Nienhuys Benjamin Kircher
|
W. Trevor King Leonardo Rhodes Benjamin Pollack
|
||||||
Dave Borowitz Leonardo Rhodes Benjamin Pollack
|
Dave Borowitz Petr Viktorin Bryan O'Sullivan
|
||||||
Daniel Rodríguez Troitiño Petr Viktorin Bryan O'Sullivan
|
Daniel Rodríguez Troitiño Ron Cohen Daniel Bruce
|
||||||
Richo Healey Ron Cohen Daniel Bruce
|
Richo Healey Thomas Kluyver David Fischer
|
||||||
Christian Boos Thomas Kluyver David Fischer
|
Christian Boos Alex Chamberlain David Sanders
|
||||||
Julien Miotte Alex Chamberlain David Sanders
|
Julien Miotte Alexander Bayandin Devaev Maxim
|
||||||
Xu Tao Amit Bakshi Devaev Maxim
|
Xu Tao Amit Bakshi Eric Davis
|
||||||
Jose Plana Andrey Devyatkin Eric Davis
|
Jose Plana Andrey Devyatkin Erik Meusel
|
||||||
Matthew Gamble Arno van Lumig Erik Meusel
|
Matthew Gamble Arno van Lumig Erik van Zijst
|
||||||
Martin Lenders Ben Davis Erik van Zijst
|
Martin Lenders Ben Davis Ferengee
|
||||||
Petr Hosek Eric Schrijver Ferengee
|
Petr Hosek Eric Schrijver Gustavo Di Pietro
|
||||||
Victor Garcia Hervé Cauwelier Gustavo Di Pietro
|
Victor Garcia Hervé Cauwelier Hugh Cole-Baker
|
||||||
Xavier Delannoy Huang Huang Hugh Cole-Baker
|
Xavier Delannoy Huang Huang Jasper Lievisse Adriaanse
|
||||||
Yonggang Luo Ian P. McCullough Jasper Lievisse Adriaanse
|
Yonggang Luo Ian P. McCullough Josh Bleecher Snyder
|
||||||
Valentin Haenel Jack O'Connor Josh Bleecher Snyder
|
Valentin Haenel Jack O'Connor Kyriakos Oikonomakos
|
||||||
Michael Jones Jared Flatow Mathieu Bridon
|
Michael Jones Jared Flatow Mathieu Bridon
|
||||||
Bernardo Heynemann Jiunn Haur Lim Óscar San José
|
Bernardo Heynemann Jiunn Haur Lim Óscar San José
|
||||||
John Szakmeister Jun Omae Ridge Kennedy
|
John Szakmeister Jun Omae Ridge Kennedy
|
||||||
Matthew Duggan Sarath Lakshman Rui Abreu Ferreira
|
Matthew Duggan Sarath Lakshman Rui Abreu Ferreira
|
||||||
Brodie Rao Vicent Marti earl
|
Brodie Rao Vicent Marti Soasme
|
||||||
Vlad Temian Zoran Zaric
|
Vlad Temian Zoran Zaric chengyuhang
|
||||||
David Versmisse Adam Spiers
|
David Versmisse Adam Spiers earl
|
||||||
|
Rémi Duraffort Andrew Chin
|
||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
|
@@ -52,7 +52,7 @@ copyright = u'2010-2014 The pygit2 contributors'
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.21'
|
version = '0.21'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.21.3'
|
release = '0.21.4'
|
||||||
|
|
||||||
# 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.
|
||||||
|
@@ -18,7 +18,7 @@ library that has been built against. The version number has a
|
|||||||
.. py:data:: LIBGIT2_VER_MAJOR
|
.. py:data:: LIBGIT2_VER_MAJOR
|
||||||
|
|
||||||
Integer value of the major version number. For example, for the version
|
Integer value of the major version number. For example, for the version
|
||||||
``0.21.1``::
|
``0.21.2``::
|
||||||
|
|
||||||
>>> print LIBGIT2_VER_MAJOR
|
>>> print LIBGIT2_VER_MAJOR
|
||||||
0
|
0
|
||||||
@@ -26,7 +26,7 @@ library that has been built against. The version number has a
|
|||||||
.. py:data:: LIBGIT2_VER_MINOR
|
.. py:data:: LIBGIT2_VER_MINOR
|
||||||
|
|
||||||
Integer value of the minor version number. For example, for the version
|
Integer value of the minor version number. For example, for the version
|
||||||
``0.21.1``::
|
``0.21.2``::
|
||||||
|
|
||||||
>>> print LIBGIT2_VER_MINOR
|
>>> print LIBGIT2_VER_MINOR
|
||||||
21
|
21
|
||||||
@@ -34,7 +34,7 @@ library that has been built against. The version number has a
|
|||||||
.. py:data:: LIBGIT2_VER_REVISION
|
.. py:data:: LIBGIT2_VER_REVISION
|
||||||
|
|
||||||
Integer value of the revision version number. For example, for the version
|
Integer value of the revision version number. For example, for the version
|
||||||
``0.21.1``::
|
``0.21.2``::
|
||||||
|
|
||||||
>>> print LIBGIT2_VER_REVISION
|
>>> print LIBGIT2_VER_REVISION
|
||||||
1
|
1
|
||||||
@@ -44,7 +44,7 @@ library that has been built against. The version number has a
|
|||||||
The libgit2 version number as a string::
|
The libgit2 version number as a string::
|
||||||
|
|
||||||
>>> print LIBGIT2_VERSION
|
>>> print LIBGIT2_VERSION
|
||||||
'0.21.1'
|
'0.21.2'
|
||||||
|
|
||||||
Errors
|
Errors
|
||||||
======
|
======
|
||||||
|
@@ -33,11 +33,11 @@ while the last number |lq| *.micro* |rq| auto-increments independently.
|
|||||||
|
|
||||||
As illustration see this table of compatible releases:
|
As illustration see this table of compatible releases:
|
||||||
|
|
||||||
+-----------+-------------------------------+------------------------------+--------------+
|
+-----------+---------------------------------------+------------------------------+--------------+
|
||||||
|**libgit2**|0.21.1, 0.21.2 |0.20.0 |0.19.0 |
|
|**libgit2**|0.21.1, 0.21.2 |0.20.0 |0.19.0 |
|
||||||
+-----------+-------------------------------+------------------------------+--------------+
|
+-----------+---------------------------------------+------------------------------+--------------+
|
||||||
|**pygit2** |0.21.0, 0.21.1, 0.21.2, 0.21.3 |0.20.0, 0.20.1, 0.20.2, 0.20.3|0.19.0, 0.19.1|
|
|**pygit2** |0.21.0, 0.21.1, 0.21.2, 0.21.3, 0.21.4 |0.20.0, 0.20.1, 0.20.2, 0.20.3|0.19.0, 0.19.1|
|
||||||
+-----------+-------------------------------+------------------------------+--------------+
|
+-----------+---------------------------------------+------------------------------+--------------+
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
|
|
||||||
|
@@ -43,7 +43,7 @@ import sys
|
|||||||
#
|
#
|
||||||
# The version number of pygit2
|
# The version number of pygit2
|
||||||
#
|
#
|
||||||
__version__ = '0.21.3'
|
__version__ = '0.21.4'
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user