Skip to content

Commit 672e019

Browse files
authored
Bump version to 5.13 (#971)
1 parent 01f7ef0 commit 672e019

File tree

3 files changed

+9
-20
lines changed

3 files changed

+9
-20
lines changed

CHANGELOG.md

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,12 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
66
- No breaking or major changes.
77

88

9-
## Version 5.12
10-
- No breaking or major changes.
11-
12-
13-
## Version 5.11
14-
- No breaking or major changes.
9+
## Version 5.13
10+
- Deprecated using `neo4j.Driver` and `neo4j.AsyncDriver` after calling `.close()` on them,
11+
except for calling `.close()` again, which has no effects.
1512

1613

17-
## Version 5.10
14+
## Version 5.10 - 5.12
1815
- No breaking or major changes.
1916

2017

@@ -41,11 +38,7 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
4138
Everything should be imported directly from `neo4j` instead.
4239

4340

44-
## Version 5.6
45-
- No breaking or major changes.
46-
47-
48-
## Version 5.5
41+
## Version 5.5 - 5.6
4942
- No breaking or major changes.
5043

5144

@@ -82,11 +75,7 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
8275
an argument.
8376

8477

85-
## Version 5.2
86-
- No breaking or major changes.
87-
88-
89-
## Version 5.1
78+
## Version 5.1 - 5.2
9079
- No breaking or major changes.
9180

9281

@@ -230,7 +219,7 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
230219

231220

232221
## Version 4.2
233-
- No driver changes have been made for Neo4j 4.2
222+
- No breaking or major changes.
234223

235224

236225
## Version 4.1

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Official Neo4j Driver for Python.
66

77
Neo4j versions supported:
88

9-
* Neo4j 5.0 - 5.12
9+
* Neo4j 5.0 - |version|
1010
* Neo4j 4.4
1111

1212
Python versions supported:

src/neo4j/_meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
# Can be automatically overridden in builds
3636
package = "neo4j"
37-
version = "5.12.dev0"
37+
version = "5.13.dev0"
3838
deprecated_package = False
3939

4040

0 commit comments

Comments
 (0)