Skip to content

Commit

Permalink
chore(version): the next version will be 3.6.9
Browse files Browse the repository at this point in the history
build(JoanFM): fix import
  • Loading branch information
jina-bot committed Jun 28, 2022
1 parent 4a201bf commit 407a266
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 @@ -199,6 +199,7 @@






# Change Logs
Expand Down Expand Up @@ -14192,3 +14193,23 @@ Jina is released on every Friday evening. The PyPi package and Docker Image will
- [[```8314c83b```](https://github.com/jina-ai/jina/commit/8314c83b8bf9dcc7f2b33a49acd6d2ff7765b6e5)] __-__ __docs__: update TOC (*Jina Dev Bot*)
- [[```f8de1a1f```](https://github.com/jina-ai/jina/commit/f8de1a1fae6b0890de35f16c8c6ccd562bd16b78)] __-__ __version__: the next version will be 3.6.7 (*Jina Dev Bot*)

<a name=release-note-3-6-8></a>
## Release Note (`3.6.8`)

> Release time: 2022-06-28 13:16:22



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


### 🐞 Bug fixes

- [[```4a201bfc```](https://github.com/jina-ai/jina/commit/4a201bfc6ba562353c25320e136955d9f90de236)] __-__ __import__: remove early check file exist (#4977) (*Han Xiao*)
- [[```3a0e0720```](https://github.com/jina-ai/jina/commit/3a0e07208cc3b273e201f61df53e417bef22a092)] __-__ use secret if logged in user provided it explicitly (#4975) (*Delgermurun*)

### 🍹 Other Improvements

- [[```897b0eb9```](https://github.com/jina-ai/jina/commit/897b0eb951cde120aa6af05a036a9b6e88abb571)] __-__ __version__: the next version will be 3.6.8 (*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.6.8'
__version__ = '3.6.9'

# 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 407a266

Please sign in to comment.