From 64150d3535ac3dd8d156f5482c25bb61e2d1c4ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= Date: Sun, 11 Oct 2015 17:49:17 +0200 Subject: [PATCH] Release 0.23.2 --- README.rst | 2 +- docs/conf.py | 2 +- docs/install.rst | 10 +++++----- pygit2/libgit2_build.py | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index c706403..4bdf294 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/docs/conf.py b/docs/conf.py index 07be9ce..e184c0c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/docs/install.rst b/docs/install.rst index d428b08..55382b4 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -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:: diff --git a/pygit2/libgit2_build.py b/pygit2/libgit2_build.py index 9e6112f..d4bc20a 100644 --- a/pygit2/libgit2_build.py +++ b/pygit2/libgit2_build.py @@ -41,7 +41,7 @@ import sys # # The version number of pygit2 # -__version__ = '0.23.1' +__version__ = '0.23.2' #