Skip to content

Commit

Permalink
chore(version): the next version will be 0.4.21
Browse files Browse the repository at this point in the history
build(hanxiao): rolling out fix
  • Loading branch information
jina-bot committed Jun 21, 2022
1 parent 79e85ee commit 7b19bff
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 @@ -48,6 +48,7 @@






<a name=release-note-0-0-3></a>
Expand Down Expand Up @@ -1206,3 +1207,26 @@
- [[```1e931e8b```](https://github.com/jina-ai/clip-as-service/commit/1e931e8b2d2d8e5429c69e25df95ab15cb84ab66)] __-__ __version__: the next version will be 0.4.19 (*Jina Dev Bot*)
- [[```a0c2661b```](https://github.com/jina-ai/clip-as-service/commit/a0c2661bc4764a74ff8737744b0d47fac4c1a5e9)] __-__ fix tag docker build job (*Han Xiao*)

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

> Release time: 2022-06-21 15:45:06


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


### 馃悶 Bug fixes

- [[```79e85eed```](https://github.com/jina-ai/clip-as-service/commit/79e85eed7c89f31c16399bfcc1bb098f0ae5c920)] __-__ miscalling clip_server in clip_client (*Han Xiao*)

### 馃摋 Documentation

- [[```6e054db8```](https://github.com/jina-ai/clip-as-service/commit/6e054db893fcff4a2fe6c86073dd049e1c13f954)] __-__ read config from stdin to allow pipe (*Han Xiao*)

### 馃嵐 Other Improvements

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

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

import os

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

0 comments on commit 7b19bff

Please sign in to comment.