Skip to content

Commit

Permalink
Prepare for 1.x (#425)
Browse files Browse the repository at this point in the history
Signed-off-by: yinghao.zou <[email protected]>
  • Loading branch information
BossZou authored Feb 25, 2021
1 parent 310df35 commit be5e66e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# pymilvus 1.0.0(TBD)

## Improvement
- \#424 - Prepare for 1.x


# pymilvus 0.4.0(2021-01-21)

## Improvement
Expand Down
2 changes: 1 addition & 1 deletion milvus/client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""client module"""

__version__ = "0.4.0"
__version__ = "1.0.0"
2 changes: 1 addition & 1 deletion milvus/client/pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .http_handler import HttpHandler
from milvus.client.exceptions import ConnectionPoolError, NotConnectError, VersionError

support_versions = ('0.9.x', '0.10.x')
support_versions = ('1.0.x',)


def _is_version_match(version):
Expand Down

0 comments on commit be5e66e

Please sign in to comment.