Skip to content

Commit 0d69ed8

Browse files
authored
Target driver version 6.0.3 (#72)
1 parent a1904d3 commit 0d69ed8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

changelog.d/72.feature.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Target driver version 6.0.3<ISSUES_LIST>.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ authors = [
2626
{name = "Neo4j, Inc.", email = "drivers@neo4j.com"},
2727
]
2828
dependencies = [
29-
"neo4j == 6.0.2"
29+
"neo4j == 6.0.3"
3030
]
3131
requires-python = ">=3.10"
3232
keywords = ["neo4j", "graph", "database"]
@@ -42,7 +42,7 @@ classifiers = [
4242
"Topic :: Database",
4343
"Topic :: Software Development",
4444
]
45-
version = "6.0.2.0"
45+
version = "6.0.3.0"
4646

4747
[project.urls]
4848
Homepage = "https://neo4j.com/"
@@ -92,7 +92,7 @@ packaging = [
9292

9393
# single dependencies and other include-groups (not really meant to be installed as a group, but to avoid duplication)
9494
dep-project-dependencies = [
95-
"neo4j[numpy,pandas,pyarrow] == 6.0.2",
95+
"neo4j[numpy,pandas,pyarrow] == 6.0.3",
9696
]
9797

9898
[tool.maturin]
@@ -114,7 +114,7 @@ exclude = [
114114

115115
[tool.towncrier]
116116
directory = "changelog.d"
117-
version = "6.0.2.0"
117+
version = "6.0.3.0"
118118
filename = "CHANGELOG.md"
119119
title_format = "## [{version}](https://github.com/neo4j/neo4j-python-driver-rust-ext/tree/{version}) ({project_date})\n***"
120120
issue_format = "[#{issue}]: https://github.com/neo4j/neo4j-python-driver-rust-ext/pull/{issue}"

0 commit comments

Comments
 (0)