Skip to content

Commit

Permalink
chore(version): the next version will be 3.9.1
Browse files Browse the repository at this point in the history
build(JoanFM): release 3.9.0
  • Loading branch information
jina-bot committed Sep 8, 2022
1 parent b49aa21 commit 0a71009
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@






# Change Logs
Expand Down Expand Up @@ -15008,3 +15009,23 @@ Jina is released on every Friday evening. The PyPi package and Docker Image will
- [[```a9b80aec```](https://github.com/jina-ai/jina/commit/a9b80aec484ac6ced21c71dddb285afa40384049)] __-__ __docs__: update TOC (*Jina Dev Bot*)
- [[```1df9b459```](https://github.com/jina-ai/jina/commit/1df9b45919b5d24cd0d61dbcaec633c43c2e02bc)] __-__ __version__: the next version will be 3.8.4 (*Jina Dev Bot*)

<a name=release-note-3-9-0></a>
## Release Note (`3.9.0`)

> Release time: 2022-09-08 11:53:16



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


### 🐞 Bug fixes

- [[```40af2f04```](https://github.com/jina-ai/jina/commit/40af2f047388ace9916f512a0a5032e769c9876f)] __-__ __hubio__: add default values for metas when using `jina hub new` (#5149) (*Andrei Ungureanu*)

### 🍹 Other Improvements

- [[```b49aa212```](https://github.com/jina-ai/jina/commit/b49aa212d92a1ac5f80d632d83696214f44d4b30)] __-__ bump jina version (#5150) (*Joan Fontanals*)
- [[```731819a4```](https://github.com/jina-ai/jina/commit/731819a4faffbb58e0caeb1930417e6102a478e3)] __-__ __version__: the next version will be 3.8.5 (*Jina Dev Bot*)

2 changes: 1 addition & 1 deletion jina/__init__.py
Original file line number Diff line number Diff line change
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.9.0'
__version__ = '3.9.1'

# 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 0a71009

Please sign in to comment.