未验证 提交 98d928fd 编写于 作者: J Jin Hai 提交者: GitHub

Merge branch '0.5.2' into 0.5.2

...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Please mark all change in change log and use the ticket from JIRA. Please mark all change in change log and use the ticket from JIRA.
# Milvus 0.5.2 (TODO) # Milvus 0.5.2 (2019-11-07)
## Bug ## Bug
- \#194 - Search faild: message="Table file doesn't exist" - \#194 - Search faild: message="Table file doesn't exist"
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
![LICENSE](https://img.shields.io/badge/license-Apache--2.0-brightgreen) ![LICENSE](https://img.shields.io/badge/license-Apache--2.0-brightgreen)
![Language](https://img.shields.io/badge/language-C%2B%2B-blue) ![Language](https://img.shields.io/badge/language-C%2B%2B-blue)
[![codebeat badge](https://codebeat.co/badges/e030a4f6-b126-4475-a938-4723d54ec3a7?style=plastic)](https://codebeat.co/projects/github-com-jinhai-cn-milvus-master) [![codebeat badge](https://codebeat.co/badges/e030a4f6-b126-4475-a938-4723d54ec3a7?style=plastic)](https://codebeat.co/projects/github-com-jinhai-cn-milvus-master)
![Release](https://img.shields.io/badge/release-v0.5.1-yellowgreen) ![Release](https://img.shields.io/badge/release-v0.5.2-yellowgreen)
![Release_date](https://img.shields.io/badge/release%20date-November-yellowgreen) ![Release_date](https://img.shields.io/badge/release%20date-November-yellowgreen)
[中文版](README_CN.md) [中文版](README_CN.md)
...@@ -18,7 +18,7 @@ For more detailed introduction of Milvus and its architecture, see [Milvus overv ...@@ -18,7 +18,7 @@ For more detailed introduction of Milvus and its architecture, see [Milvus overv
Milvus provides stable [Python](https://github.com/milvus-io/pymilvus), [Java](https://github.com/milvus-io/milvus-sdk-java) and C++ APIs. Milvus provides stable [Python](https://github.com/milvus-io/pymilvus), [Java](https://github.com/milvus-io/milvus-sdk-java) and C++ APIs.
Keep up-to-date with newest releases and latest updates by reading Milvus [release notes](https://www.milvus.io/docs/en/release/v0.5.1/). Keep up-to-date with newest releases and latest updates by reading Milvus [release notes](https://www.milvus.io/docs/en/release/v0.5.2/).
## Get started ## Get started
......
...@@ -4,8 +4,10 @@ ...@@ -4,8 +4,10 @@
![LICENSE](https://img.shields.io/badge/license-Apache--2.0-brightgreen) ![LICENSE](https://img.shields.io/badge/license-Apache--2.0-brightgreen)
![Language](https://img.shields.io/badge/language-C%2B%2B-blue) ![Language](https://img.shields.io/badge/language-C%2B%2B-blue)
[![codebeat badge](https://codebeat.co/badges/e030a4f6-b126-4475-a938-4723d54ec3a7?style=plastic)](https://codebeat.co/projects/github-com-jinhai-cn-milvus-master) [![codebeat badge](https://codebeat.co/badges/e030a4f6-b126-4475-a938-4723d54ec3a7?style=plastic)](https://codebeat.co/projects/github-com-jinhai-cn-milvus-master)
![Release](https://img.shields.io/badge/release-v0.5.1-yellowgreen) ![Release](https://img.shields.io/badge/release-v0.5.2-orange)
![Release_date](https://img.shields.io/badge/release%20date-November-yellowgreen) ![Release_date](https://img.shields.io/badge/release_date-October-yellowgreen)
# 欢迎来到 Milvus
## Milvus 是什么 ## Milvus 是什么
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
String cron_timezone = "TZ=Asia/Shanghai" String cron_timezone = "TZ=Asia/Shanghai"
String cron_string = BRANCH_NAME == "master" ? "H 0 * * * " : "" String cron_string = BRANCH_NAME == "master" ? "H 0 * * * " : ""
cron_string = BRANCH_NAME == "0.5.1" ? "H 1 * * * " : cron_string cron_string = BRANCH_NAME == "0.5.2" ? "H 1 * * * " : cron_string
pipeline { pipeline {
agent none agent none
......
import logging import logging
import pytest import pytest
__version__ = '0.5.1' __version__ = '0.5.2'
class TestPing: class TestPing:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册