Release 0.23.2
This commit is contained in:
@@ -25,7 +25,7 @@ How to install
|
||||
Changelog
|
||||
==============
|
||||
|
||||
0.23.2 (2015-1X-XX)
|
||||
0.23.2 (2015-10-11)
|
||||
-------------------------
|
||||
|
||||
- Unify callbacks system for remotes and clone
|
||||
|
||||
@@ -52,7 +52,7 @@ copyright = u'2010-2014 The pygit2 contributors'
|
||||
# The short X.Y version.
|
||||
version = '0.23'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.23.1'
|
||||
release = '0.23.2'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
||||
@@ -41,11 +41,11 @@ while the last number |lq| *.micro* |rq| auto-increments independently.
|
||||
|
||||
As illustration see this table of compatible releases:
|
||||
|
||||
+-----------+------------------------+--------------------------------+
|
||||
|**libgit2**| 0.23.0, 0.23.1, 0.23.2 | 0.22.0, 0.22.1, 0.22.2, 0.22.3 |
|
||||
+-----------+------------------------+--------------------------------+
|
||||
|**pygit2** | 0.23.0, 0.23.1 | 0.22.0, 0.22.1 |
|
||||
+-----------+------------------------+--------------------------------+
|
||||
+-----------+--------------------------------+--------------------------------+
|
||||
|**libgit2**| 0.23.0, 0.23.1, 0.23.2, 0.23.3 | 0.22.0, 0.22.1, 0.22.2, 0.22.3 |
|
||||
+-----------+--------------------------------+--------------------------------+
|
||||
|**pygit2** | 0.23.0, 0.23.1, 0.23.2 | 0.22.0, 0.22.1 |
|
||||
+-----------+--------------------------------+--------------------------------+
|
||||
|
||||
.. warning::
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ import sys
|
||||
#
|
||||
# The version number of pygit2
|
||||
#
|
||||
__version__ = '0.23.1'
|
||||
__version__ = '0.23.2'
|
||||
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user