From 7c5127c7e22cb0e3f7a5c838ab53680e6a90ddbf Mon Sep 17 00:00:00 2001 From: Mariatta Wijaya Date: Tue, 31 May 2022 11:58:55 -0700 Subject: [PATCH] v5.2.0: Add changelog entry and update the version --- docs/changelog.rst | 5 +++++ gidgethub/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index b8149a7..5331c39 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog ========= +5.2.0 +----- + +- Make the minimum version of PyJWT be v2.4.0. + 5.1.0 ----- diff --git a/gidgethub/__init__.py b/gidgethub/__init__.py index 5d640da..7d26558 100644 --- a/gidgethub/__init__.py +++ b/gidgethub/__init__.py @@ -1,5 +1,5 @@ """An async GitHub API library""" -__version__ = "5.1.0" +__version__ = "5.2.0" import http from typing import Any, Optional