Skip to content

Commit

Permalink
Release v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariatta committed Jan 21, 2022
1 parent 734ff53 commit 313f06b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.rst
@@ -1,8 +1,8 @@
Changelog
=========

5.1.0.dev (under development)
-----------------------------
5.1.0
-----

- Use ``X-Hub-Signature-256`` header for webhook validation when available.
(`PR #160 <https://github.com/brettcannon/gidgethub/pull/160>`_).
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 313f06b

Please sign in to comment.