Release v0.18.0
This commit is contained in:
@@ -20,11 +20,12 @@ Pygit2 links:
|
||||
Quick install guide
|
||||
===================
|
||||
|
||||
1. Download libgit2 v0.17.0
|
||||
https://github.com/downloads/libgit2/libgit2/libgit2-0.17.0.tar.gz
|
||||
1. Checkout libgi2 v0.18.0::
|
||||
|
||||
$ git clone git://github.com/libgit2/libgit2.git -b v0.18.0
|
||||
|
||||
2. Build and install libgit2
|
||||
http://libgit2.github.com/#install
|
||||
https://github.com/libgit2/libgit2/#building-libgit2---using-cmake
|
||||
|
||||
3. Install pygit2 with *pip*::
|
||||
|
||||
@@ -52,6 +53,7 @@ pygit2 project (sorted alphabetically):
|
||||
- András Veres-Szentkirályi
|
||||
- Ben Davis
|
||||
- Benjamin Kircher
|
||||
- Benjamin Pollack
|
||||
- Bryan O'Sullivan
|
||||
- Carlos Martín Nieto
|
||||
- Christian Boos
|
||||
|
@@ -48,9 +48,9 @@ copyright = u'2013, J. David Ibáñez'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.17'
|
||||
version = '0.18'
|
||||
# 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
|
||||
# for a list of supported languages.
|
||||
|
@@ -23,4 +23,4 @@
|
||||
# the Free Software Foundation, 51 Franklin Street, Fifth Floor,
|
||||
# Boston, MA 02110-1301, USA.
|
||||
|
||||
__version__ = '0.17.4dev'
|
||||
__version__ = '0.18.0'
|
||||
|
Reference in New Issue
Block a user