From dd5081672718a12e7aeede0400432e8f6a01a744 Mon Sep 17 00:00:00 2001 From: Jina Dev Bot Date: Tue, 26 Apr 2022 09:38:25 +0000 Subject: [PATCH] chore(version): the next version will be 0.3.4 build(hanxiao): rolling out fix --- CHANGELOG.md | 20 ++++++++++++++++++++ client/clip_client/__init__.py | 2 +- server/clip_server/__init__.py | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44c036e12..99d660730 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ + @@ -610,3 +611,22 @@ - [[```27ffd856```](https://github.com/jina-ai/clip-as-service/commit/27ffd85623407033de72ad259a725848b3412822)] __-__ __version__: the next version will be 0.3.2 (*Jina Dev Bot*) + +## Release Note (`0.3.3`) + +> Release time: 2022-04-26 09:38:17 + + + +🙇 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*) + +### 🍹 Other Improvements + + - [[```9bcbb1f9```](https://github.com/jina-ai/clip-as-service/commit/9bcbb1f9147aa3dda857a5a130b531e88f27baf2)] __-__ __version__: the next version will be 0.3.3 (*Jina Dev Bot*) + diff --git a/client/clip_client/__init__.py b/client/clip_client/__init__.py index fb6c287f1..615168718 100644 --- a/client/clip_client/__init__.py +++ b/client/clip_client/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.3.3' +__version__ = '0.3.4' import os diff --git a/server/clip_server/__init__.py b/server/clip_server/__init__.py index 80eb7f98f..bfeb9e74a 100644 --- a/server/clip_server/__init__.py +++ b/server/clip_server/__init__.py @@ -1 +1 @@ -__version__ = '0.3.3' +__version__ = '0.3.4'