Skip to content

Commit

Permalink
chore(version): the next version will be 0.3.5
Browse files Browse the repository at this point in the history
build(hanxiao): rolling out fix
  • Loading branch information
jina-bot committed Apr 30, 2022
1 parent 8ac2e9b commit d2c2c87
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Expand Up @@ -26,6 +26,7 @@






<a name=release-note-0-0-3></a>
Expand Down Expand Up @@ -630,3 +631,26 @@

- [[```9bcbb1f9```](https://github.com/jina-ai/clip-as-service/commit/9bcbb1f9147aa3dda857a5a130b531e88f27baf2)] __-__ __version__: the next version will be 0.3.3 (*Jina Dev Bot*)

<a name=release-note-0-3-4></a>
## Release Note (`0.3.4`)

> Release time: 2022-04-30 15:17:02


馃檱 We'd like to thank all contributors for this new release! In particular,
Han Xiao, Jina Dev Bot, 馃檱


### 馃啎 New Features

- [[```076d6537```](https://github.com/jina-ai/clip-as-service/commit/076d65378b3653dc9f1213f398d1d70824e67513)] __-__ __helper__: add version check for client and server (*Han Xiao*)

### 馃悶 Bug fixes

- [[```8ac2e9bb```](https://github.com/jina-ai/clip-as-service/commit/8ac2e9bb68b96d1421f7e2ae6b01cec95aad3183)] __-__ __torch__: fix oom in rerank endpoint (#699) (*Han Xiao*)

### 馃嵐 Other Improvements

- [[```dd508167```](https://github.com/jina-ai/clip-as-service/commit/dd5081672718a12e7aeede0400432e8f6a01a744)] __-__ __version__: the next version will be 0.3.4 (*Jina Dev Bot*)

2 changes: 1 addition & 1 deletion client/clip_client/__init__.py
@@ -1,4 +1,4 @@
__version__ = '0.3.4'
__version__ = '0.3.5'

import os

Expand Down
2 changes: 1 addition & 1 deletion server/clip_server/__init__.py
@@ -1 +1 @@
__version__ = '0.3.4'
__version__ = '0.3.5'

0 comments on commit d2c2c87

Please sign in to comment.