Skip to content

Commit f77e876

Browse files
committed
chore(version): the next version will be 3.20.3
build(JoanFM): release patch 3.20.2
1 parent 0569354 commit f77e876

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@
249249

250250

251251

252+
252253

253254

254255
# Change Logs
@@ -16112,3 +16113,32 @@ Jina is released on every Friday evening. The PyPi package and Docker Image will
1611216113
- [[```6c32f235```](https://github.com/jina-ai/jina/commit/6c32f2353fbb139b1e89a0c9354926b163f96f95)] __-__ have less previous vers in docs (#6016) (*Joan Fontanals*)
1611316114
- [[```afebba7a```](https://github.com/jina-ai/jina/commit/afebba7a18262e35c216232fbae4c30852da599e)] __-__ __version__: the next version will be 3.20.1 (*Jina Dev Bot*)
1611416115

16116+
<a name=release-note-3-20-2></a>
16117+
## Release Note (`3.20.2`)
16118+
16119+
> Release time: 2023-09-06 07:37:25
16120+
16121+
16122+
16123+
🙇 We'd like to thank all contributors for this new release! In particular,
16124+
Naymul Islam, Joan Fontanals, Jina Dev Bot, 🙇
16125+
16126+
16127+
### 🐞 Bug fixes
16128+
16129+
- [[```034a7b1b```](https://github.com/jina-ai/jina/commit/034a7b1b86bd2fbd970fbb7f1f8becbbcd1fd4c2)] __-__ fix install issue (#6037) (*Joan Fontanals*)
16130+
16131+
### 🧼 Code Refactoring
16132+
16133+
- [[```0569354b```](https://github.com/jina-ai/jina/commit/0569354b17fa3fca52e78ad7ca0e030d11f011af)] __-__ refactor the setup.py file (#6038) (*Naymul Islam*)
16134+
16135+
### 📗 Documentation
16136+
16137+
- [[```23c7b8c7```](https://github.com/jina-ai/jina/commit/23c7b8c78fc4ad67d16d83fc0c9f0eae9e935e71)] __-__ thumbnails fix (#6033) (*Joan Fontanals*)
16138+
16139+
### 🍹 Other Improvements
16140+
16141+
- [[```7123bca5```](https://github.com/jina-ai/jina/commit/7123bca5b52cc40ac8a160b0964875e13702caef)] __-__ update tag to add model serving (#6036) (*Joan Fontanals*)
16142+
- [[```87aeff0a```](https://github.com/jina-ai/jina/commit/87aeff0af953e91911e2d545788fbf199f7ed640)] __-__ __docs__: update TOC (*Jina Dev Bot*)
16143+
- [[```8c912ef8```](https://github.com/jina-ai/jina/commit/8c912ef8bcdca7056b2febb17cabdff96ebd359f)] __-__ __version__: the next version will be 3.20.2 (*Jina Dev Bot*)
16144+

docs/_versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"version": "v3.20.1"}, {"version": "v3.20.0"}, {"version": "v3.19.1"}, {"version": "v3.19.0"}, {"version": "v3.18.0"}, {"version": "v3.17.0"}, {"version": "v3.16.1"}, {"version": "v3.16.0"}, {"version": "v3.15.2"}, {"version": "v3.15.0"}, {"version": "v3.14.1"}, {"version": "v3.14.0"}, {"version": "v3.13.1"}, {"version": "v3.13.0"}, {"version": "v3.12.0"}, {"version": "v3.11.0"}, {"version": "v3.10.1"}, {"version": "v3.10.0"}, {"version": "v3.9.3"}, {"version": "v3.9.2"}, {"version": "v3.9.1"}, {"version": "v3.9.0"}, {"version": "v3.8.4"}, {"version": "v3.8.0"}, {"version": "v3.7.14"}, {"version": "v3.7.0"}, {"version": "v3.6.16"}, {"version": "v3.6.1"}, {"version": "v3.6.0"}, {"version": "v3.5.0"}, {"version": "v3.4.11"}, {"version": "v3.4.0"}, {"version": "v3.3.25"}, {"version": "v3.3.0"}, {"version": "v3.2.10"}, {"version": "v3.2.0"}]
1+
[{"version": "v3.20.2"}, {"version": "v3.20.1"}, {"version": "v3.20.0"}, {"version": "v3.19.1"}, {"version": "v3.19.0"}, {"version": "v3.18.0"}, {"version": "v3.17.0"}, {"version": "v3.16.1"}, {"version": "v3.16.0"}, {"version": "v3.15.2"}, {"version": "v3.15.0"}, {"version": "v3.14.1"}, {"version": "v3.14.0"}, {"version": "v3.13.1"}, {"version": "v3.13.0"}, {"version": "v3.12.0"}, {"version": "v3.11.0"}, {"version": "v3.10.1"}, {"version": "v3.10.0"}, {"version": "v3.9.3"}, {"version": "v3.9.2"}, {"version": "v3.9.1"}, {"version": "v3.9.0"}, {"version": "v3.8.4"}, {"version": "v3.8.0"}, {"version": "v3.7.14"}, {"version": "v3.7.0"}, {"version": "v3.6.16"}, {"version": "v3.6.1"}, {"version": "v3.6.0"}, {"version": "v3.5.0"}, {"version": "v3.4.11"}, {"version": "v3.4.0"}, {"version": "v3.3.25"}, {"version": "v3.3.0"}, {"version": "v3.2.10"}, {"version": "v3.2.0"}]

jina/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def _ignore_google_warnings():
7777
# this is managed by git tag and updated on every release
7878
# NOTE: this represents the NEXT release version
7979

80-
__version__ = '3.20.2'
80+
__version__ = '3.20.3'
8181

8282
# do not change this line manually
8383
# this is managed by proto/build-proto.sh and updated on every execution

0 commit comments

Comments
 (0)