Skip to content

Commit

Permalink
chore(version): the next version will be 3.2.3
Browse files Browse the repository at this point in the history
build(JoanFM): rename switch feature parameter to when
  • Loading branch information
jina-bot committed Mar 16, 2022
1 parent efff154 commit c7c2c35
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 @@ -143,6 +143,7 @@






# Change Logs
Expand Down Expand Up @@ -12568,3 +12569,22 @@ Jina is released on every Friday evening. The PyPi package and Docker Image will
- [[```d3048f85```](https://github.com/jina-ai/jina/commit/d3048f85734cb886483acfe199ebba9b29588ae5)] __-__ __contributor__: update contributors (*Jina Dev Bot*)
- [[```30b52b61```](https://github.com/jina-ai/jina/commit/30b52b61e1f0a8f2d4691cf77b23530541af4159)] __-__ __version__: the next version will be 3.2.1 (*Jina Dev Bot*)

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

> Release time: 2022-03-16 11:07:23



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


### 🧼 Code Refactoring

- [[```efff1549```](https://github.com/jina-ai/jina/commit/efff15494d3a955b2211dcd2abcd8659c0d006c0)] __-__ rename switch feature (#4494) (*Johannes Messner*)

### 🍹 Other Improvements

- [[```88d60e95```](https://github.com/jina-ai/jina/commit/88d60e95b3e1212cd6f74c59c33cc60745c1694c)] __-__ __version__: the next version will be 3.2.2 (*Jina Dev Bot*)

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

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

Please sign in to comment.