Skip to content

Commit

Permalink
chore(version): the next version will be 0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jina-bot committed Jan 11, 2021
1 parent 8309ec9 commit 48114aa
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@



# Change Logs

Jina is released on every Friday evening. The PyPi package and Docker Image will be updated, the changes of the release will be tracked by this file.
Expand Down Expand Up @@ -6549,3 +6550,19 @@ Jina is released on every Friday evening. The PyPi package and Docker Image will
- [[```07db2955```](https://github.com/jina-ai/jina/commit/07db2955ee6f88dce7aa10951e6ec77d27e02d10)] __-__ hotfix release script (*Han Xiao*)
- [[```0e3e5959```](https://github.com/jina-ai/jina/commit/0e3e59595f436683c70f0791e8baf87462ce4741)] __-__ __version__: the next version will be 0.9.8 (*Jina Dev Bot*)

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

> Release time: 2021-01-11 16:48:42



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


### 🍹 Other Improvements

- [[```8309ec93```](https://github.com/jina-ai/jina/commit/8309ec9337590f8b7bf44f5cf0307f404a17c436)] __-__ hotfix release script (*Han Xiao*)
- [[```555351b4```](https://github.com/jina-ai/jina/commit/555351b417d57a3d7890c49eb0014924dd6a4cc8)] __-__ __version__: the next version will be 0.9.9 (*Jina Dev Bot*)

1 change: 1 addition & 0 deletions docs/versions
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
0.9.6
0.9.7
0.9.8
0.9.9
2 changes: 1 addition & 1 deletion jina/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# do not change this line manually
# this is managed by git tag and updated on every release
# NOTE: this represents the NEXT release version
__version__ = '0.9.9'
__version__ = '0.9.10'

# 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 48114aa

Please sign in to comment.