Skip to content

Commit

Permalink
Update the version to 0.1.37 (#494)
Browse files Browse the repository at this point in the history
Signed-off-by: SimFG <bang.fu@zilliz.com>
  • Loading branch information
SimFG committed Jul 23, 2023
1 parent 07db497 commit a3328f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/release_note.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ To read the following content, you need to understand the basic use of GPTCache,
- [Readme doc](https://github.com/zilliztech/GPTCache)
- [Usage doc](https://github.com/zilliztech/GPTCache/blob/main/docs/usage.md)

## v0.1.37 (2023.7.23)

1. Support the weaviate vector databse

## v0.1.36 (2023.7.14)

1. Fix the connection error of the remote redis cache store
Expand Down
2 changes: 1 addition & 1 deletion gptcache/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""gptcache version"""
__version__ = "0.1.36"
__version__ = "0.1.37"

from gptcache.config import Config
from gptcache.core import Cache
Expand Down

0 comments on commit a3328f2

Please sign in to comment.