Skip to content

Commit 3106b39

Browse files
committed
v0.3.1 — Adjust type hints
- Adjusted the type hints on `PrettyHTTPError` to indicate that the `response` attribute is always non-`None`
1 parent 993b26e commit 3106b39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.3.1 (in development)
2-
-----------------------
1+
v0.3.1 (2023-11-13)
2+
-------------------
33
- Adjusted the type hints on `PrettyHTTPError` to indicate that the `response`
44
attribute is always non-`None`
55

src/ghreq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
from typing import TYPE_CHECKING, Any, Literal, overload
5050
import requests
5151

52-
__version__ = "0.3.1.dev1"
52+
__version__ = "0.3.1"
5353
__author__ = "John Thorvald Wodder II"
5454
__author_email__ = "ghreq@varonathe.org"
5555
__license__ = "MIT"

0 commit comments

Comments
 (0)