Skip to content

Commit

Permalink
chore(version): the next version will be 2.4.6
Browse files Browse the repository at this point in the history
build(hanxiao): rolling out new match
  • Loading branch information
jina-bot committed Nov 13, 2021
1 parent 940785f commit 83b6ed3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Expand Up @@ -113,6 +113,7 @@






# Change Logs
Expand Down Expand Up @@ -11480,3 +11481,23 @@ Jina is released on every Friday evening. The PyPi package and Docker Image will
- [[```250998e0```](https://github.com/jina-ai/jina/commit/250998e0a2069c6c543f285b7aa18bda9d35a384)] __-__ __ci__: remove hack to ci-no-code-related workflow (#3914) (#3920) (*Zhaofeng Miao*)
- [[```92c613ab```](https://github.com/jina-ai/jina/commit/92c613ab69f29f234d9a87603ca0773fe8bfc38c)] __-__ __version__: the next version will be 2.4.4 (*Jina Dev Bot*)

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

> Release time: 2021-11-13 22:41:32



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


### 🆕 New Features

- [[```940785f8```](https://github.com/jina-ai/jina/commit/940785f892c9864c679c09acf670e55ce061115a)] __-__ __types__: add framework &amp; gpu support to match function (#3926) (*Han Xiao*)

### 🍹 Other Improvements

- [[```7375926d```](https://github.com/jina-ai/jina/commit/7375926d403c43434d59e518a34acdfcd9f327b9)] __-__ remove get swag (*Han Xiao*)
- [[```e9a61164```](https://github.com/jina-ai/jina/commit/e9a61164674f870c501f67459654f9e52e180bb6)] __-__ __version__: the next version will be 2.4.5 (*Jina Dev Bot*)

2 changes: 1 addition & 1 deletion jina/__init__.py
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.4.5'
__version__ = '2.4.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 83b6ed3

Please sign in to comment.