diff --git a/README.rst b/README.rst index f421b76..a64219b 100644 --- a/README.rst +++ b/README.rst @@ -53,6 +53,7 @@ This is the list of authors of pygit2, sorted by number of commits (as shown by - W Trevor King - Dave Borowitz - Carlos Martín Nieto +- Daniel Rodríguez Troitiño - Richo Healey - Christian Boos - Julien Miotte @@ -64,6 +65,7 @@ This is the list of authors of pygit2, sorted by number of commits (as shown by - John Szakmeister - David Versmisse - Petr Hosek +- Rémi Duraffort - Sebastian Thiel - Han-Wen Nienhuys - Petr Viktorin @@ -71,9 +73,9 @@ This is the list of authors of pygit2, sorted by number of commits (as shown by - Amit Bakshi - Andrey Devyatkin - Ben Davis -- Daniel Rodríguez Troitiño - Hervé Cauwelier - Jared Flatow +- Jiunn Haur Lim - Sarath Lakshman - Vicent Marti - Zoran Zaric @@ -81,6 +83,7 @@ This is the list of authors of pygit2, sorted by number of commits (as shown by - Benjamin Kircher - Benjamin Pollack - Bryan O'Sullivan +- David Fischer - David Sanders - Eric Davis - Eric Schrijver diff --git a/docs/conf.py b/docs/conf.py index d854107..bb653d7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2013, J. David Ibáñez' # built documents. # # The short X.Y version. -version = '0.18' +version = '0.19' # The full version, including alpha/beta/rc tags. -release = '0.18.1' +release = '0.19.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/install.rst b/docs/install.rst index 177e208..93a5563 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -26,8 +26,8 @@ When those are installed, you can install pygit2: $ python setup.py test .. note:: A minor version of pygit2 must be used with the corresponding minor - version of libgit2. For example, pygit2 v0.18.x must be used with libgit2 - v0.18.0. + version of libgit2. For example, pygit2 v0.19.x must be used with libgit2 + v0.19.0. Building on \*nix (including OS X) =================================== diff --git a/pygit2/version.py b/pygit2/version.py index ffe9169..3ac321c 100644 --- a/pygit2/version.py +++ b/pygit2/version.py @@ -23,4 +23,4 @@ # the Free Software Foundation, 51 Franklin Street, Fifth Floor, # Boston, MA 02110-1301, USA. -__version__ = '0.18.1' +__version__ = '0.19.0'