From 0a1fac38e4f70307207a46e68a90ca73b4aee928 Mon Sep 17 00:00:00 2001 From: Wey Gu Date: Tue, 23 Jan 2024 16:08:11 +0800 Subject: [PATCH 1/2] doc: release 3.5.0 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6612df04..e6a9a90e 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ while resp.has_next(): | 3.1.0 | 3.1.0 | | 3.3.0 | 3.3.0 | | 3.4.0 | >=3.4.0 | +| 3.5.0 | >=3.4.0 | | master | master | ## How to contribute to nebula-python From 96d8788a2de2f5a6bbfbd98506d6c6db57112a8a Mon Sep 17 00:00:00 2001 From: Wey Gu Date: Tue, 23 Jan 2024 16:09:28 +0800 Subject: [PATCH 2/2] release: update version in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bacef2de..36cf421e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nebula3-python" -version = "3.4.0" +version = "3.5.0" description = "Python client for NebulaGraph V3.4" authors = [ {name = "vesoft-inc", email = "info@vesoft.com"},