Skip to content

Commit 8436727

Browse files
authored
release 3.5.0 (#312)
* doc: release 3.5.0 * release: update version in pyproject.toml
1 parent 810a1f7 commit 8436727

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ while resp.has_next():
217217
| 3.1.0 | 3.1.0 |
218218
| 3.3.0 | 3.3.0 |
219219
| 3.4.0 | >=3.4.0 |
220+
| 3.5.0 | >=3.4.0 |
220221
| master | master |
221222

222223
## How to contribute to nebula-python

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nebula3-python"
3-
version = "3.4.0"
3+
version = "3.5.0"
44
description = "Python client for NebulaGraph V3.4"
55
authors = [
66
{name = "vesoft-inc", email = "[email protected]"},

0 commit comments

Comments
 (0)