Skip to content

Commit

Permalink
chore(version): the next version will be 3.7.8
Browse files Browse the repository at this point in the history
build(hanxiao): rolling out fix
  • Loading branch information
jina-bot committed Aug 15, 2022
1 parent 2256307 commit d579cb6
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 @@ -215,6 +215,7 @@






# Change Logs
Expand Down Expand Up @@ -14619,3 +14620,23 @@ Jina is released on every Friday evening. The PyPi package and Docker Image will
- [[```0c78b993```](https://github.com/jina-ai/jina/commit/0c78b993475292987e7ae26f58ba2779377d38f1)] __-__ __docs__: update TOC (*Jina Dev Bot*)
- [[```102bc6de```](https://github.com/jina-ai/jina/commit/102bc6defef4c163c145563a343841e667f9f953)] __-__ __version__: the next version will be 3.7.6 (*Jina Dev Bot*)

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

> Release time: 2022-08-15 18:14:16



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


### 🐞 Bug fixes

- [[```22563074```](https://github.com/jina-ai/jina/commit/22563074bb02779d31258ea57da42d515be0bdbf)] __-__ cache hub pull with build env (#5061) (*Johannes Messner*)

### 🍹 Other Improvements

- [[```e7377947```](https://github.com/jina-ai/jina/commit/e7377947482c8d32b1aed0aee24a8efa14b33826)] __-__ __docs__: fix typos (*Han Xiao*)
- [[```6d218fbf```](https://github.com/jina-ai/jina/commit/6d218fbfa060226487174208ded10844b0ed28d2)] __-__ __version__: the next version will be 3.7.7 (*Jina Dev Bot*)

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

# 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 d579cb6

Please sign in to comment.