From 8f912e157d666689b0e7e6f27c6255fdfdbf357a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= Date: Thu, 7 Sep 2023 18:02:50 +0200 Subject: [PATCH] Release 1.13.0 --- AUTHORS.rst | 4 +++- CHANGELOG.rst | 4 ++-- docs/conf.py | 2 +- pygit2/_build.py | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index f5307534..f2b3a1ff 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -49,6 +49,7 @@ Authors:: Dan Sully David Versmisse Mikhail Yushkovskiy + Peter Rowlands Robin Stocker Rohit Sanjay Rémi Duraffort @@ -69,7 +70,6 @@ Authors:: Leonardo Rhodes Mark Adams Nika Layzell - Peter Rowlands Peter-Yi Zhang Petr Viktorin Robert Hölzl @@ -86,6 +86,7 @@ Authors:: Arno van Lumig Ben Davis Colin Watson + Dan Yeaw Dustin Raimondi Eric Schrijver Greg Fitzgerald @@ -196,6 +197,7 @@ Authors:: Rodrigo Bistolfi Ross Nicoll Rui Abreu Ferreira + Sandro Jäckel Saul Pwanson Shane Turner Sheeo diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 19c83e25..c76b4736 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,11 +1,11 @@ -1.13.0 (UNRELEASED) +1.13.0 (2023-09-07) ------------------------- - Upgrade to libgit2 v1.7.1 - Don't distribute wheels for pypy, only universal wheels for macOS -- New `Repository.remotes.create_anonymous(url)` +- New ``Repository.remotes.create_anonymous(url)`` `#1229 `_ - docs: update links to pypi, pygit2.org diff --git a/docs/conf.py b/docs/conf.py index b813c52d..85fdb333 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ #author = '' # The full version, including alpha/beta/rc tags -release = '1.12.2' +release = '1.13.0' # -- General configuration --------------------------------------------------- diff --git a/pygit2/_build.py b/pygit2/_build.py index c3bf0858..2c604804 100644 --- a/pygit2/_build.py +++ b/pygit2/_build.py @@ -34,7 +34,7 @@ # # The version number of pygit2 # -__version__ = '1.12.2' +__version__ = '1.13.0' #