From 8724568f87efe1a13c8e0e2251969c1ba9940c7a Mon Sep 17 00:00:00 2001 From: Mariatta Wijaya Date: Thu, 1 Apr 2021 20:01:58 -0700 Subject: [PATCH] Release v 5.0.1 Bump the version to 5.0.1 in __init__.py --- docs/changelog.rst | 4 ++-- gidgethub/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 9f71300..4db970a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,8 +1,8 @@ Changelog ========= -5.0.1 (in development) ----------------------- +5.0.1 +----- - Drop the ``machine-man-preview`` header from :meth:`gidgethub.apps.get_installation_access_token` because it is out of preview. The ``machine-man-preview`` is `no longer diff --git a/gidgethub/__init__.py b/gidgethub/__init__.py index 373adc7..55b9b53 100644 --- a/gidgethub/__init__.py +++ b/gidgethub/__init__.py @@ -1,5 +1,5 @@ """An async GitHub API library""" -__version__ = "5.0.0" +__version__ = "5.0.1" import http from typing import Any, Optional