Skip to content

Commit 24abb0e

Browse files
authored
Update version in documentation (milvus-io#852)
Signed-off-by: zhenshan.cao <[email protected]>
1 parent 8ae48b8 commit 24abb0e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The following collection shows Milvus versions and recommended PyMilvus versions
2121
| 1.1.* | 1.1.2 |
2222
| 2.0.0-RC7 | 2.0.0rc7 |
2323
| 2.0.0-RC8 | 2.0.0rc8 |
24+
| 2.0.0-PreGA | 2.0.0rc9 |
2425

2526

2627
## Installation
@@ -34,7 +35,7 @@ $ pip3 install pymilvus
3435
You can install a specific version of PyMilvus by:
3536

3637
```shell
37-
$ pip3 install pymilvus==2.0.0rc8
38+
$ pip3 install pymilvus==2.0.0rc9
3839
```
3940

4041
You can upgrade PyMilvus to the latest version by:
@@ -46,7 +47,7 @@ $ pip3 install --upgrade pymilvus
4647

4748
## Documentation
4849

49-
Documentation is available online: https://milvus.io/api-reference/pymilvus/v2.0.0rc8/install.html.
50+
Documentation is available online: https://milvus.io/api-reference/pymilvus/v2.0.0rc9/install.html.
5051

5152

5253
## Packages

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Milvus'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '2.0.0rc8'
25+
release = '2.0.0rc9'
2626
show_authors = True
2727

2828

docs/source/install.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PyMilvus only support python3(>= 3.6), usually, it's ok to install PyMilvus like
1111

1212
.. code-block:: shell
1313
14-
$ python3 -m pip install pymilvus==2.0.0rc8
14+
$ python3 -m pip install pymilvus==2.0.0rc9
1515
1616
Installing in a virtual environment
1717
====================================
@@ -27,7 +27,7 @@ See `virtualenv <https://virtualenv.pypa.io/en/latest/>`_ for more information a
2727
$ python3 -m pip install virtualenv
2828
$ virtualenv venv
2929
$ source venv/bin/activate
30-
(venv) $ pip install pymilvus==2.0.0rc8
30+
(venv) $ pip install pymilvus==2.0.0rc9
3131
3232
If you want to exit the virtualenv ``venv``, you can use ``deactivate``.
3333

@@ -49,7 +49,7 @@ If you want to install a specific version of PyMilvus:
4949

5050
.. code-block:: shell
5151
52-
(venv) $ pip install pymilvus==2.0.0rc8
52+
(venv) $ pip install pymilvus==2.0.0rc9
5353
5454
If you want to upgrade PyMilvus into the latest version published:
5555

0 commit comments

Comments
 (0)