Skip to content

Commit

Permalink
chore(version): the next version will be 0.9.18
Browse files Browse the repository at this point in the history
build(hanxiao): Sunday night weekly patch release
  • Loading branch information
jina-bot committed Jan 17, 2021
1 parent a648a0e commit 7134a43
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@




# 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 @@ -6778,3 +6779,26 @@ Jina is released on every Friday evening. The PyPi package and Docker Image will
- [[```e07cb083```](https://github.com/jina-ai/jina/commit/e07cb08339171857813e7d492b3146b448ed6501)] __-__ __contributor__: update contributors (*Jina Dev Bot*)
- [[```5df3541a```](https://github.com/jina-ai/jina/commit/5df3541a706fd9dbf18196e317a8fdadba160e4e)] __-__ __version__: the next version will be 0.9.16 (*Jina Dev Bot*)

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

> Release time: 2021-01-17 23:37:23



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


### 🐞 Bug fixes

- [[```5162a8c7```](https://github.com/jina-ai/jina/commit/5162a8c7e6729da030d8de8d04ca114270041e81)] __-__ fix helloworld (#1710) (*Joan Fontanals*)

### 🍹 Other Improvements

- [[```a648a0eb```](https://github.com/jina-ai/jina/commit/a648a0eb6dd207787090113fe1f12f994886bb01)] __-__ __hubapi__: add init file (#1715) (*Deepankar Mahapatro*)
- [[```89e9c880```](https://github.com/jina-ai/jina/commit/89e9c8800edebe3a571c40edac097b675d4f409c)] __-__ __docs__: update TOC (*Jina Dev Bot*)
- [[```14ab8b80```](https://github.com/jina-ai/jina/commit/14ab8b80e788d1f6d3ce42cddf65b67fa6dc636b)] __-__ __contributor__: update contributors (*Jina Dev Bot*)
- [[```ad920955```](https://github.com/jina-ai/jina/commit/ad92095541d9f99f84c2dca2f6b366830d835768)] __-__ add manual release dispatch (*Han Xiao*)
- [[```fe935425```](https://github.com/jina-ai/jina/commit/fe9354255a22bc6a99685645507cbe1f15090f49)] __-__ __version__: the next version will be 0.9.17 (*Jina Dev Bot*)

1 change: 1 addition & 0 deletions docs/versions
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
0.9.14
0.9.15
0.9.16
0.9.17
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.17'
__version__ = '0.9.18'

# do not change this line manually
# this is managed by proto/build-proto.sh and updated on every execution
Expand Down
5 changes: 3 additions & 2 deletions jina/resources/extra-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ annoy>=1.9.5: index
sklearn: numeric
plyvel: index
jieba: nlp
lz4: devel, cicd, perf, network
lz4<3.1.2: devel, cicd, perf, network
gevent: http, devel, cicd
python-magic: http, devel, cicd
pymilvus: index
Expand Down Expand Up @@ -69,4 +69,5 @@ websockets: http, devel, test, daemon, ws
wsproto: http, devel, test, ws, daemon
pydantic: http, devel, test, daemon
python-multipart: http, devel, test, daemon
pytest-custom_exit_code: cicd, test
pytest-custom_exit_code: cicd, test
bs4: test

0 comments on commit 7134a43

Please sign in to comment.