From c3e751336722b415aa88992794119f32b7ddee77 Mon Sep 17 00:00:00 2001 From: Jina Dev Bot Date: Mon, 20 Jun 2022 16:32:42 +0000 Subject: [PATCH] chore(version): the next version will be 0.4.20 build(hanxiao): rolling out fix --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ client/clip_client/__init__.py | 2 +- server/clip_server/__init__.py | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1812ac1d5..b90c0479f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ + @@ -1180,3 +1181,28 @@ - [[```23f738ec```](https://github.com/jina-ai/clip-as-service/commit/23f738ecabebf906d001f83481f8cd10b89f5fb0)] __-__ __version__: the next version will be 0.4.18 (*Jina Dev Bot*) - [[```9e469bf7```](https://github.com/jina-ai/clip-as-service/commit/9e469bf70f4cd314353bde9c1ca8dfbda45fa532)] __-__ fix readme (*Han Xiao*) + +## Release Note (`0.4.19`) + +> Release time: 2022-06-20 16:32:32 + + + +🙇 We'd like to thank all contributors for this new release! In particular, + Han Xiao, Jina Dev Bot, 🙇 + + +### 🆕 New Features + + - [[```6902d2df```](https://github.com/jina-ai/clip-as-service/commit/6902d2dffc04b57e7a49f308139b27775a2193fa)] __-__ read config from stdin to allow pipe (#758) (*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 + + - [[```4a298d4f```](https://github.com/jina-ai/clip-as-service/commit/4a298d4f9fcbe342855f234d59c8e920e6918659)] __-__ add docker image docs (*Han Xiao*) + - [[```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*) + diff --git a/client/clip_client/__init__.py b/client/clip_client/__init__.py index 18795eafc..0efc371dd 100644 --- a/client/clip_client/__init__.py +++ b/client/clip_client/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.4.19' +__version__ = '0.4.20' import os diff --git a/server/clip_server/__init__.py b/server/clip_server/__init__.py index 0c4fce057..7d4af2d3b 100644 --- a/server/clip_server/__init__.py +++ b/server/clip_server/__init__.py @@ -1 +1 @@ -__version__ = '0.4.19' +__version__ = '0.4.20'