Skip to content

Commit a3328f2

Browse files
authored
Update the version to 0.1.37 (#494)
Signed-off-by: SimFG <[email protected]>
1 parent 07db497 commit a3328f2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/release_note.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ To read the following content, you need to understand the basic use of GPTCache,
55
- [Readme doc](https://github.com/zilliztech/GPTCache)
66
- [Usage doc](https://github.com/zilliztech/GPTCache/blob/main/docs/usage.md)
77

8+
## v0.1.37 (2023.7.23)
9+
10+
1. Support the weaviate vector databse
11+
812
## v0.1.36 (2023.7.14)
913

1014
1. Fix the connection error of the remote redis cache store

gptcache/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""gptcache version"""
2-
__version__ = "0.1.36"
2+
__version__ = "0.1.37"
33

44
from gptcache.config import Config
55
from gptcache.core import Cache

0 commit comments

Comments
 (0)