From 20e66b953af17480e062a8e84719b5a6823ba648 Mon Sep 17 00:00:00 2001 From: Jina Dev Bot Date: Sat, 30 Apr 2022 18:55:19 +0000 Subject: [PATCH] chore(version): the next version will be 0.3.6 build(hanxiao): rolling out fix --- CHANGELOG.md | 24 ++++++++++++++++++++++++ client/clip_client/__init__.py | 2 +- server/clip_server/__init__.py | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26ae594a2..110dc2b76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ + @@ -654,3 +655,26 @@ - [[```dd508167```](https://github.com/jina-ai/clip-as-service/commit/dd5081672718a12e7aeede0400432e8f6a01a744)] __-__ __version__: the next version will be 0.3.4 (*Jina Dev Bot*) + +## Release Note (`0.3.5`) + +> Release time: 2022-04-30 18:55:10 + + + +๐Ÿ™‡ We'd like to thank all contributors for this new release! In particular, + Han Xiao, Jina Dev Bot, ๐Ÿ™‡ + + +### ๐Ÿž Bug fixes + + - [[```8ac2e9bb```](https://github.com/jina-ai/clip-as-service/commit/8ac2e9bb68b96d1421f7e2ae6b01cec95aad3183)] __-__ __torch__: fix oom in rerank endpoint (#699) (*Han Xiao*) + +### ๐Ÿงผ Code Refactoring + + - [[```050c34e0```](https://github.com/jina-ai/clip-as-service/commit/050c34e0906f9593aee054ac37a0a830478a3a3b)] __-__ use packaging instead of distutil (#700) (*Han Xiao*) + +### ๐Ÿน Other Improvements + + - [[```d2c2c872```](https://github.com/jina-ai/clip-as-service/commit/d2c2c8729e0872b0c5e299916ae8cf58be7ec516)] __-__ __version__: the next version will be 0.3.5 (*Jina Dev Bot*) + diff --git a/client/clip_client/__init__.py b/client/clip_client/__init__.py index 44ec3c936..6b02fefa9 100644 --- a/client/clip_client/__init__.py +++ b/client/clip_client/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.3.5' +__version__ = '0.3.6' import os diff --git a/server/clip_server/__init__.py b/server/clip_server/__init__.py index 40ed83d94..4596d0370 100644 --- a/server/clip_server/__init__.py +++ b/server/clip_server/__init__.py @@ -1 +1 @@ -__version__ = '0.3.5' +__version__ = '0.3.6'