Skip to content

Commit

Permalink
chore(version): the next version will be 2.5.6
Browse files Browse the repository at this point in the history
build(hanxiao): rolling out fix
  • Loading branch information
jina-bot committed Dec 8, 2021
1 parent 223aa20 commit eeefe61
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@






# Change Logs
Expand Down Expand Up @@ -11868,3 +11869,22 @@ Jina is released on every Friday evening. The PyPi package and Docker Image will
- [[```1d324c05```](https://github.com/jina-ai/jina/commit/1d324c054bdc4a59df0b01b692b89029bf53235e)] __-__ __contributor__: update contributors (*Jina Dev Bot*)
- [[```d9f60129```](https://github.com/jina-ai/jina/commit/d9f601293b586aaa02e5b5a43aab6723f4a94bad)] __-__ __version__: the next version will be 2.5.4 (*Jina Dev Bot*)

<a name=release-note-2-5-5></a>
## Release Note (`2.5.5`)

> Release time: 2021-12-08 18:11:17



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


### 🐞 Bug fixes

- [[```223aa20b```](https://github.com/jina-ai/jina/commit/223aa20be2154d7ec58c093f7af1ac26e72906c7)] __-__ __docarray__: waive 2GB size restriction on large docarray (#4048) (*Han Xiao*)

### 🍹 Other Improvements

- [[```17fdb58f```](https://github.com/jina-ai/jina/commit/17fdb58f2c58253c17e1d25f4c414b4f7b45c2d9)] __-__ __version__: the next version will be 2.5.5 (*Jina Dev Bot*)

2 changes: 1 addition & 1 deletion jina/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def _warning_on_one_line(message, category, filename, lineno, *args, **kwargs):
# this is managed by git tag and updated on every release
# NOTE: this represents the NEXT release version

__version__ = '2.5.5'
__version__ = '2.5.6'

# do not change this line manually
# this is managed by proto/build-proto.sh and updated on every execution
Expand Down

0 comments on commit eeefe61

Please sign in to comment.