Skip to content

Commit 5668605

Browse files
committed
v0.1.1 — Type fix
- Fix the type annotation on `Client.__enter__` to support subclassing
1 parent fb50dd2 commit 5668605

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.1.1 (in development)
2-
-----------------------
1+
v0.1.1 (2023-10-21)
2+
-------------------
33
- Fix the type annotation on `Client.__enter__` to support subclassing
44

55
v0.1.0 (2023-10-21)

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.1.1.dev1"
52+
__version__ = "0.1.1"
5353
__author__ = "John Thorvald Wodder II"
5454
__author_email__ = "ghreq@varonathe.org"
5555
__license__ = "MIT"

0 commit comments

Comments
 (0)