Release 0.23.2

This commit is contained in:
J. David Ibáñez
2015-10-11 17:49:17 +02:00
parent d25a0d61de
commit 64150d3535
4 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ How to install
Changelog Changelog
============== ==============
0.23.2 (2015-1X-XX) 0.23.2 (2015-10-11)
------------------------- -------------------------
- Unify callbacks system for remotes and clone - Unify callbacks system for remotes and clone

View File

@@ -52,7 +52,7 @@ copyright = u'2010-2014 The pygit2 contributors'
# The short X.Y version. # The short X.Y version.
version = '0.23' version = '0.23'
# The full version, including alpha/beta/rc tags. # 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 # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@@ -41,11 +41,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.23.0, 0.23.1, 0.23.2 | 0.22.0, 0.22.1, 0.22.2, 0.22.3 | |**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.22.0, 0.22.1 | |**pygit2** | 0.23.0, 0.23.1, 0.23.2 | 0.22.0, 0.22.1 |
+-----------+------------------------+--------------------------------+ +-----------+--------------------------------+--------------------------------+
.. warning:: .. warning::

View File

@@ -41,7 +41,7 @@ import sys
# #
# The version number of pygit2 # The version number of pygit2
# #
__version__ = '0.23.1' __version__ = '0.23.2'
# #