Skip to content

Commit

Permalink
chore(version): the next version will be 0.1.15
Browse files Browse the repository at this point in the history
build(numb3r3): rolling out fix
  • Loading branch information
jina-bot committed Apr 14, 2022
1 parent 8286eee commit bfd0470
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@





<a name=release-note-0-0-3></a>
## Release Note (`0.0.3`)
Expand Down Expand Up @@ -405,3 +406,26 @@
- [[```fa42dc50```](https://github.com/jina-ai/clip-as-service/commit/fa42dc50f6c766c60fe246802ecc8c15e37fbdf4)] __-__ update docs (*Han Xiao*)
- [[```c91fa4d1```](https://github.com/jina-ai/clip-as-service/commit/c91fa4d16fd01ba8cc571041919201bbb1a76e31)] __-__ __version__: the next version will be 0.1.13 (*Jina Dev Bot*)

<a name=release-note-0-1-14></a>
## Release Note (`0.1.14`)

> Release time: 2022-04-14 02:39:16


🙇 We'd like to thank all contributors for this new release! In particular,
felix-wang, Jina Dev Bot, Han Xiao, 🙇


### 🐞 Bug fixes

- [[```8286eeed```](https://github.com/jina-ai/clip-as-service/commit/8286eeed13e65b7414e7bff0ace689daac103101)] __-__ tensor input document (#681) (*felix-wang*)

### 📗 Documentation

- [[```b6f9d849```](https://github.com/jina-ai/clip-as-service/commit/b6f9d849e5693d6c40744feebd5d309dbeed1cb3)] __-__ __server__: docs document tensor (#679) (*Han Xiao*)

### 🍹 Other Improvements

- [[```ef6ea254```](https://github.com/jina-ai/clip-as-service/commit/ef6ea254b48d2675364184c3cfcb787819e8433a)] __-__ __version__: the next version will be 0.1.14 (*Jina Dev Bot*)

2 changes: 1 addition & 1 deletion client/clip_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.1.14'
__version__ = '0.1.15'

from .client import Client
2 changes: 1 addition & 1 deletion server/clip_server/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.14'
__version__ = '0.1.15'

0 comments on commit bfd0470

Please sign in to comment.