From d9b10c1fc6dab6ce4e72f92b1e1eedf9ddf20871 Mon Sep 17 00:00:00 2001 From: Joan Martinez Date: Thu, 19 Dec 2024 15:39:17 +0100 Subject: [PATCH 1/3] chore: update ver --- jina/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jina/__init__.py b/jina/__init__.py index a52119160d430..3c2b0a4a65ff4 100644 --- a/jina/__init__.py +++ b/jina/__init__.py @@ -76,7 +76,7 @@ def _ignore_google_warnings(): # do not change this line manually this is managed by git tag and updated on every release # NOTE: this represents the NEXT release version -__version__ = '3.28.1' +__version__ = '3.29.0' # do not change this line manually # this is managed by proto/build-proto.sh and updated on every execution From 173f421f24aa58caa52e7cda010a26cb0fa40991 Mon Sep 17 00:00:00 2001 From: Joan Fontanals Date: Thu, 19 Dec 2024 17:29:17 +0100 Subject: [PATCH 2/3] cI: change build (#6221) --- .github/workflows/force-release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/force-release.yml b/.github/workflows/force-release.yml index 358dc39e88918..bf44188975c1d 100644 --- a/.github/workflows/force-release.yml +++ b/.github/workflows/force-release.yml @@ -34,9 +34,6 @@ jobs: matrix: include: # linux - - os: ubuntu-latest - python: '3.7' - python-manylinux-tag: "cp37-cp37m" - os: ubuntu-latest python: '3.8' python-manylinux-tag: "cp38-cp38" From 63d8d6a79d41bcb602a3df9e5a577de3e2d938de Mon Sep 17 00:00:00 2001 From: Joan Fontanals Date: Thu, 19 Dec 2024 17:45:26 +0100 Subject: [PATCH 3/3] ci: pdate force-release.yml (#6222) --- .github/workflows/force-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/force-release.yml b/.github/workflows/force-release.yml index bf44188975c1d..b9aeb324c3b1d 100644 --- a/.github/workflows/force-release.yml +++ b/.github/workflows/force-release.yml @@ -154,7 +154,7 @@ jobs: # submodules: true - uses: actions/setup-python@v4 with: - python-version: 3.7 + python-version: "3.10" # https://github.com/actions/checkout#fetch-all-tags - uses: actions/download-artifact@v3 with: