Release v0.18.0

This commit is contained in:
J. David Ibáñez
2013-04-16 22:46:53 +02:00
parent 70fdabc433
commit 072cc38607
3 changed files with 8 additions and 6 deletions

View File

@@ -20,11 +20,12 @@ Pygit2 links:
Quick install guide Quick install guide
=================== ===================
1. Download libgit2 v0.17.0 1. Checkout libgi2 v0.18.0::
https://github.com/downloads/libgit2/libgit2/libgit2-0.17.0.tar.gz
$ git clone git://github.com/libgit2/libgit2.git -b v0.18.0
2. Build and install libgit2 2. Build and install libgit2
http://libgit2.github.com/#install https://github.com/libgit2/libgit2/#building-libgit2---using-cmake
3. Install pygit2 with *pip*:: 3. Install pygit2 with *pip*::
@@ -52,6 +53,7 @@ pygit2 project (sorted alphabetically):
- András Veres-Szentkirályi - András Veres-Szentkirályi
- Ben Davis - Ben Davis
- Benjamin Kircher - Benjamin Kircher
- Benjamin Pollack
- Bryan O'Sullivan - Bryan O'Sullivan
- Carlos Martín Nieto - Carlos Martín Nieto
- Christian Boos - Christian Boos

View File

@@ -48,9 +48,9 @@ copyright = u'2013, J. David Ibáñez'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.17' version = '0.18'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.17.3' release = '0.18.0'
# 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.17.4dev' __version__ = '0.18.0'