Skip to content

Commit

Permalink
enhance: Prepare to release 2.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: yangxuan <[email protected]>
  • Loading branch information
XuanYang-cn committed Nov 26, 2024
1 parent b7c6fd2 commit ae14cc9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check_milvus_proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- 2.5

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/code_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- 2.5

jobs:
code-lint:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish_dev_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 'master'
- '2.5'

jobs:
build-n-publish:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- 2.5

jobs:
build:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ The following collection shows Milvus versions and recommended PyMilvus versions
| 2.1.\* | 2.1.3 |
| 2.2.\* | 2.2.15 |
| 2.3.\* | 2.3.7 |
| 2.4.\* | 2.4.9 |
| 2.4.\* | 2.4.10 |
| 2.5.\* | 2.5.0 |


## Installation
Expand All @@ -43,7 +44,7 @@ $ pip3 install pymilvus[bulk_writer] # for bulk_writer
You can install a specific version of PyMilvus by:

```shell
$ pip3 install pymilvus==2.4.9
$ pip3 install pymilvus==2.4.10
```

You can upgrade PyMilvus to the latest version by:
Expand Down

0 comments on commit ae14cc9

Please sign in to comment.