From d579cb63f7ee5d49952c8e77491ff30b5f74a6d8 Mon Sep 17 00:00:00 2001 From: Jina Dev Bot Date: Mon, 15 Aug 2022 18:14:21 +0000 Subject: [PATCH] chore(version): the next version will be 3.7.8 build(hanxiao): rolling out fix --- CHANGELOG.md | 21 +++++++++++++++++++++ jina/__init__.py | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14732d13ee29c..66a3adef8d12f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -215,6 +215,7 @@ + # Change Logs @@ -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*) + +## 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*) + diff --git a/jina/__init__.py b/jina/__init__.py index c8d696d6db870..4c6544a5e685f 100644 --- a/jina/__init__.py +++ b/jina/__init__.py @@ -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