Skip to content

Commit

Permalink
v0.3.1 — Adjust type hints
Browse files Browse the repository at this point in the history
- Adjusted the type hints on `PrettyHTTPError` to indicate that the `response` attribute is always non-`None`
  • Loading branch information
jwodder committed Nov 13, 2023
1 parent 993b26e commit 3106b39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.3.1 (in development)
-----------------------
v0.3.1 (2023-11-13)
-------------------
- Adjusted the type hints on `PrettyHTTPError` to indicate that the `response`
attribute is always non-`None`

Expand Down
2 changes: 1 addition & 1 deletion src/ghreq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
from typing import TYPE_CHECKING, Any, Literal, overload
import requests

__version__ = "0.3.1.dev1"
__version__ = "0.3.1"
__author__ = "John Thorvald Wodder II"
__author_email__ = "ghreq@varonathe.org"
__license__ = "MIT"
Expand Down

0 comments on commit 3106b39

Please sign in to comment.