Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734ff53 commit 313f06bCopy full SHA for 313f06b
docs/changelog.rst
@@ -1,8 +1,8 @@
1
Changelog
2
=========
3
4
-5.1.0.dev (under development)
5
------------------------------
+5.1.0
+-----
6
7
- Use ``X-Hub-Signature-256`` header for webhook validation when available.
8
(`PR #160 <https://github.com/brettcannon/gidgethub/pull/160>`_).
gidgethub/__init__.py
@@ -1,5 +1,5 @@
"""An async GitHub API library"""
-__version__ = "5.1.0.dev"
+__version__ = "5.1.0"
import http
from typing import Any, Optional
0 commit comments