Skip to content

Commit

Permalink
chore(version): the next version will be 0.3.4
Browse files Browse the repository at this point in the history
build(hanxiao): rolling out fix
  • Loading branch information
jina-bot committed Apr 26, 2022
1 parent 076d653 commit dd50816
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Expand Up @@ -25,6 +25,7 @@






<a name=release-note-0-0-3></a>
Expand Down Expand Up @@ -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*)

<a name=release-note-0-3-3></a>
## 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*)

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

import os

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

0 comments on commit dd50816

Please sign in to comment.