Skip to content

Commit

Permalink
chore(version): the next version will be 3.3.11
Browse files Browse the repository at this point in the history
build(JoanFM): fix: fix deadlock import
  • Loading branch information
jina-bot committed Apr 25, 2022
1 parent 5af4efe commit d9b5b71
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@






# Change Logs
Expand Down Expand Up @@ -13158,3 +13159,22 @@ Jina is released on every Friday evening. The PyPi package and Docker Image will

- [[```278a6992```](https://github.com/jina-ai/jina/commit/278a6992379764f273c614dc5b37bde3857f3075)] __-__ __version__: the next version will be 3.3.9 (*Jina Dev Bot*)

<a name=release-note-3-3-10></a>
## Release Note (`3.3.10`)

> Release time: 2022-04-25 21:00:48



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


### 🐞 Bug fixes

- [[```5af4efe3```](https://github.com/jina-ai/jina/commit/5af4efe38b64248629f531b7837aa3cbad64d7a7)] __-__ fix deadlock on import (#4693) (*Joan Fontanals*)

### 🍹 Other Improvements

- [[```a8329d66```](https://github.com/jina-ai/jina/commit/a8329d66a7aabf67efc7e488b6c94e3317d488e2)] __-__ __version__: the next version will be 3.3.10 (*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.3.10'
__version__ = '3.3.11'

# 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 d9b5b71

Please sign in to comment.