Skip to content

Commit

Permalink
chore(version): the next version will be 2.1.11
Browse files Browse the repository at this point in the history
build(hanxiao): put pillow to standard
  • Loading branch information
jina-bot committed Oct 20, 2021
1 parent bceeeef commit aef2fd7
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Expand Up @@ -97,6 +97,7 @@






# Change Logs
Expand Down Expand Up @@ -10910,3 +10911,27 @@ Jina is released on every Friday evening. The PyPi package and Docker Image will
- [[```fd71c9b5```](https://github.com/jina-ai/jina/commit/fd71c9b57db41b921b194ff0722500498100ab4d)] __-__ __docs__: update TOC (*Jina Dev Bot*)
- [[```9172f2af```](https://github.com/jina-ai/jina/commit/9172f2afe9e9fcee0859b0a81fad0091b11b532a)] __-__ __version__: the next version will be 2.1.9 (*Jina Dev Bot*)

<a name=release-note-2-1-10></a>
## Release Note (`2.1.10`)

> Release time: 2021-10-20 09:38:15



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


### 🐞 Bug fixes

- [[```37210f8d```](https://github.com/jina-ai/jina/commit/37210f8dd842fcb0f5d55c65933fa1a74c041502)] __-__ __requirements__: add pillow to standard (*Han Xiao*)

### 📗 Documentation

- [[```e9474f6c```](https://github.com/jina-ai/jina/commit/e9474f6c9b42986cb28258f6860fc73971ef4fbd)] __-__ add finetuner links to ecosystem (*Han Xiao*)

### 🍹 Other Improvements

- [[```bceeeef5```](https://github.com/jina-ai/jina/commit/bceeeef5040904f14639a41ed7a16f0d6e16aed8)] __-__ fix pillow dependencies (*Han Xiao*)
- [[```101794f8```](https://github.com/jina-ai/jina/commit/101794f8026e936d3ce3e936d05d8f41aff76160)] __-__ __version__: the next version will be 2.1.10 (*Jina Dev Bot*)

2 changes: 1 addition & 1 deletion jina/__init__.py
Expand Up @@ -57,7 +57,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__ = '2.1.10'
__version__ = '2.1.11'

# do not change this line manually
# this is managed by proto/build-proto.sh and updated on every execution
Expand Down
2 changes: 1 addition & 1 deletion jina/resources/extra-requirements.txt
Expand Up @@ -39,7 +39,7 @@ torch>=1.1.0: demo
transformers>=2.6.0: demo
tensorflow>=2.0: cicd
torchvision>=0.3.0: demo
Pillow: standard, devel
Pillow: demo
lz4<3.1.2: perf, standard, daemon, devel
uvloop: perf, standard, daemon, devel
numpy: core
Expand Down

0 comments on commit aef2fd7

Please sign in to comment.