Skip to content

Commit

Permalink
chore(version): the next version will be 3.3.4
Browse files Browse the repository at this point in the history
build(JoanFM): fix imports
  • Loading branch information
jina-bot committed Apr 21, 2022
1 parent 0f38f71 commit 9140b13
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@






# Change Logs
Expand Down Expand Up @@ -12980,3 +12981,24 @@ Jina is released on every Friday evening. The PyPi package and Docker Image will
- [[```e0367473```](https://github.com/jina-ai/jina/commit/e03674731a7032035cdf6019b0492a58badffeab)] __-__ remove legacy codebooks and figures (#4530) (*Wang Bo*)
- [[```17172d5f```](https://github.com/jina-ai/jina/commit/17172d5f8a193480ded73babd0dc4ba5cc3a51c5)] __-__ __version__: the next version will be 3.2.9 (*Jina Dev Bot*)

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

> Release time: 2022-04-21 09:43:24



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


### 🐞 Bug fixes

- [[```0f38f711```](https://github.com/jina-ai/jina/commit/0f38f711fa471abdc6e3e662b44e6e09eff6587b)] __-__ remove prometheus import from the top of the files (#4641) (*samsja*)

### 🍹 Other Improvements

- [[```712cccb8```](https://github.com/jina-ai/jina/commit/712cccb86b1e07bec6b8b51598c1400333c5de99)] __-__ __docs__: update TOC (*Jina Dev Bot*)
- [[```abbd95a3```](https://github.com/jina-ai/jina/commit/abbd95a389eeb5e3ccc2c972e909c241baf9ed1c)] __-__ fix readme (*Han Xiao*)
- [[```3497abf5```](https://github.com/jina-ai/jina/commit/3497abf525914b19834342b9a5ebd2f04b75bc48)] __-__ __version__: the next version will be 3.3.3 (*Jina Dev Bot*)

2 changes: 1 addition & 1 deletion jina/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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.3'
__version__ = '3.3.4'

# 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 9140b13

Please sign in to comment.