From f1bbd24a814a0522cd968a4f800ae3d7f3bac620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= Date: Mon, 30 Oct 2023 09:50:04 +0100 Subject: [PATCH] Release 1.13.2 --- AUTHORS.rst | 1 + CHANGELOG.rst | 5 ++++- docs/conf.py | 2 +- docs/install.rst | 2 +- pygit2/_build.py | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index f2b3a1ff..c55427a3 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -169,6 +169,7 @@ Authors:: Jiri Benc Jonathan Robson Josh Bleecher Snyder + Julia Evans Justin Clift Konstantinos Smanis Kyriakos Oikonomakos diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 192fe8c8..bb93fd2f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,11 @@ -1.13.2 (UNRELEASED) +1.13.2 (2023-10-30) ------------------------- - Support Python 3.12 +- Documentation updates + `#1242 `_ + 1.13.1 (2023-09-24) ------------------------- diff --git a/docs/conf.py b/docs/conf.py index 8d954a32..7bc9d988 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ #author = '' # The full version, including alpha/beta/rc tags -release = '1.13.1' +release = '1.13.2' # -- General configuration --------------------------------------------------- diff --git a/docs/install.rst b/docs/install.rst index 728f376f..e617bcf9 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -86,7 +86,7 @@ of Python and the required libgit2 version. +-----------+----------------+------------+ | pygit2 | Python | libgit2 | +-----------+----------------+------------+ -| 1.13 | 3.8 - 3.11 | 1.7 | +| 1.13 | 3.8 - 3.12 | 1.7 | +-----------+----------------+------------+ | 1.12 | 3.8 - 3.11 | 1.6 | +-----------+----------------+------------+ diff --git a/pygit2/_build.py b/pygit2/_build.py index 0f8a8361..020ce710 100644 --- a/pygit2/_build.py +++ b/pygit2/_build.py @@ -34,7 +34,7 @@ # # The version number of pygit2 # -__version__ = '1.13.1' +__version__ = '1.13.2' #