Skip to content

Commit

Permalink
v0.1.1 — Type fix
Browse files Browse the repository at this point in the history
- Fix the type annotation on `Client.__enter__` to support subclassing
  • Loading branch information
jwodder committed Oct 21, 2023
1 parent fb50dd2 commit 5668605
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.1.1 (in development)
-----------------------
v0.1.1 (2023-10-21)
-------------------
- Fix the type annotation on `Client.__enter__` to support subclassing

v0.1.0 (2023-10-21)
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.1.1.dev1"
__version__ = "0.1.1"
__author__ = "John Thorvald Wodder II"
__author_email__ = "ghreq@varonathe.org"
__license__ = "MIT"
Expand Down

0 comments on commit 5668605

Please sign in to comment.