Skip to content

Commit 5011153

Browse files
authored
Version 0.0.31 (#272)
1 parent 5ee3366 commit 5011153

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## development
3+
## 0.0.31 (22nd Sep, 2024)
44

55
- Ignore file not found error when cleaning up a file storage. (#264)
66
- Fix `AssertionError` on `client.close()` when use SQLiteStorage. (#269)

hishel/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ def install_cache() -> None: # pragma: no cover
1414
httpx.Client = CacheClient # type: ignore
1515

1616

17-
__version__ = "0.0.30"
17+
__version__ = "0.0.31"

0 commit comments

Comments
 (0)