Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 313f06b

Browse files
committed
Release v5.1.0
1 parent 734ff53 commit 313f06b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
5.1.0.dev (under development)
5-
-----------------------------
4+
5.1.0
5+
-----
66

77
- Use ``X-Hub-Signature-256`` header for webhook validation when available.
88
(`PR #160 <https://github.com/brettcannon/gidgethub/pull/160>`_).

gidgethub/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""An async GitHub API library"""
2-
__version__ = "5.1.0.dev"
2+
__version__ = "5.1.0"
33

44
import http
55
from typing import Any, Optional

0 commit comments

Comments
 (0)