From 7245f67adf76e600762d8dbdbaee747764c0677c Mon Sep 17 00:00:00 2001 From: Jina Dev Bot Date: Wed, 23 Mar 2022 22:42:37 +0000 Subject: [PATCH] chore(version): the next version will be 0.0.7 build(hanxiao): rolling out fix --- CHANGELOG.md | 17 +++++++++++++++++ client/clip_client/__init__.py | 2 +- server/clip_server/__init__.py | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20e630531..6d34e9b9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ + ## Release Note (`0.0.3`) @@ -57,3 +58,19 @@ - [[```fe09c32c```](https://github.com/jina-ai/clip-as-service/commit/fe09c32c8629b20ea9f677b7097556e33091876f)] __-__ __version__: the next version will be 0.0.5 (*Jina Dev Bot*) - [[```f8936108```](https://github.com/jina-ai/clip-as-service/commit/f89361085bbe2715fd0d1c2d769389e0a46dc860)] __-__ fix setup and release script (*Han Xiao*) + +## Release Note (`0.0.6`) + +> Release time: 2022-03-23 22:42:28 + + + +🙇 We'd like to thank all contributors for this new release! In particular, + Han Xiao, Jina Dev Bot, 🙇 + + +### 🍹 Other Improvements + + - [[```f7044fb2```](https://github.com/jina-ai/clip-as-service/commit/f7044fb2f9c81f5dbfb7fec7c12c6a3b0dd54fa6)] __-__ fix doc setup (*Han Xiao*) + - [[```c04eb30e```](https://github.com/jina-ai/clip-as-service/commit/c04eb30e8e09c89b1dd7061d0cb044286a1c5fc2)] __-__ __version__: the next version will be 0.0.6 (*Jina Dev Bot*) + diff --git a/client/clip_client/__init__.py b/client/clip_client/__init__.py index 3f06a2b46..a672233a8 100644 --- a/client/clip_client/__init__.py +++ b/client/clip_client/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.0.6' +__version__ = '0.0.7' from .client import Client diff --git a/server/clip_server/__init__.py b/server/clip_server/__init__.py index fa9c4ec2b..27921526f 100644 --- a/server/clip_server/__init__.py +++ b/server/clip_server/__init__.py @@ -1 +1 @@ -__version__ = '0.0.6' +__version__ = '0.0.7'