Skip to content

Commit

Permalink
chore(version): the next version will be 3.7.4
Browse files Browse the repository at this point in the history
build(JoanFM): fix parameters per executor bug under branched flows
  • Loading branch information
jina-bot committed Jul 28, 2022
1 parent 032bd5e commit 286bdce
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Expand Up @@ -211,6 +211,7 @@






# Change Logs
Expand Down Expand Up @@ -14515,3 +14516,22 @@ Jina is released on every Friday evening. The PyPi package and Docker Image will
- [[```5116b922```](https://github.com/jina-ai/jina/commit/5116b92271f174002be6de545bd4a64d3d023586)] __-__ __docs__: update TOC (*Jina Dev Bot*)
- [[```32dd47af```](https://github.com/jina-ai/jina/commit/32dd47af6d0255dc93e1d2aac234171dfc3b86b0)] __-__ __version__: the next version will be 3.7.2 (*Jina Dev Bot*)

<a name=release-note-3-7-3></a>
## Release Note (`3.7.3`)

> Release time: 2022-07-28 14:29:23



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


### 🐞 Bug fixes

- [[```032bd5e6```](https://github.com/jina-ai/jina/commit/032bd5e662dd16d4cfb394857074779970ae444a)] __-__ fix specific params problem with branches (#5038) (*Joan Fontanals*)

### 🍹 Other Improvements

- [[```81999e97```](https://github.com/jina-ai/jina/commit/81999e970c0c7f5e6fc1b1584fa1dbe0faa628ab)] __-__ __version__: the next version will be 3.7.3 (*Jina Dev Bot*)

2 changes: 1 addition & 1 deletion jina/__init__.py
Expand Up @@ -64,7 +64,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__ = '3.7.3'
__version__ = '3.7.4'

# 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 286bdce

Please sign in to comment.