Skip to content

Commit 8698f30

Browse files
authored
Bump version to 5.1 (#825)
1 parent 412799b commit 8698f30

File tree

4 files changed

+28
-18
lines changed

4 files changed

+28
-18
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Neo4j Driver Change Log (breaking/major changes only)
22

3+
## Version 5.1
4+
5+
* No breaking or major changes.
6+
7+
38
## Version 5.0
49

510
- Python 3.10 support added

README.rst

+21-17
Original file line numberDiff line numberDiff line change
@@ -116,23 +116,27 @@ Using the Python Driver 1.7 and connecting to Neo4j 4.x with default connection
116116
Version Compatibility
117117
=====================
118118

119-
+------------------+-------+-------+-------+-------+-------+-------+-------+
120-
| Server \\ Driver | 1.7 | 4.0 | 4.1 | 4.2 | 4.3 | *4.4* | *5.0* |
121-
+==================+=======+=======+=======+=======+=======+=======+=======+
122-
| Neo4j 3.5 (EOL) | Yes | Yes | ? | ? | ? | ? | ? |
123-
+------------------+-------+-------+-------+-------+-------+-------+-------+
124-
| Neo4j 4.0 (EOL) | Yes | Yes | Yes | Yes | Yes | Yes | ? |
125-
+------------------+-------+-------+-------+-------+-------+-------+-------+
126-
| Neo4j 4.1 (EOL) | ? | Yes | Yes | Yes | Yes | Yes | ? |
127-
+------------------+-------+-------+-------+-------+-------+-------+-------+
128-
| Neo4j 4.2 (EOL) | ? | ? | Yes | Yes | Yes | Yes | ? |
129-
+------------------+-------+-------+-------+-------+-------+-------+-------+
130-
| Neo4j 4.3 | ? | ? | ? | Yes | Yes | Yes | ? |
131-
+------------------+-------+-------+-------+-------+-------+-------+-------+
132-
| Neo4j 4.4 (LTS) | ? | ? | ? | ? | Yes | Yes | Yes |
133-
+------------------+-------+-------+-------+-------+-------+-------+-------+
134-
| Neo4j 5.0 | ? | ? | ? | ? | ? | Yes | Yes |
135-
+------------------+-------+-------+-------+-------+-------+-------+-------+
119+
+------------------+-------+-------+-------+-------+-------+-------+-------+-------+
120+
| Server \\ Driver | 1.7 | 4.0 | 4.1 | 4.2 | 4.3 | *4.4* | 5.0 | *5.1* |
121+
+==================+=======+=======+=======+=======+=======+=======+=======+=======+
122+
| Neo4j 3.5 (EOL) | Yes | Yes | ? | ? | ? | ? | ? | ? |
123+
+------------------+-------+-------+-------+-------+-------+-------+-------+-------+
124+
| Neo4j 4.0 (EOL) | Yes | Yes | Yes | Yes | Yes | Yes | ? | ? |
125+
+------------------+-------+-------+-------+-------+-------+-------+-------+-------+
126+
| Neo4j 4.1 (EOL) | ? | Yes | Yes | Yes | Yes | Yes | ? | ? |
127+
+------------------+-------+-------+-------+-------+-------+-------+-------+-------+
128+
| Neo4j 4.2 (EOL) | ? | ? | Yes | Yes | Yes | Yes | ? | ? |
129+
+------------------+-------+-------+-------+-------+-------+-------+-------+-------+
130+
| Neo4j 4.3 | ? | ? | ? | Yes | Yes | Yes | ? | ? |
131+
+------------------+-------+-------+-------+-------+-------+-------+-------+-------+
132+
| Neo4j 4.4 (LTS) | ? | ? | ? | ? | Yes | Yes | Yes | Yes |
133+
+------------------+-------+-------+-------+-------+-------+-------+-------+-------+
134+
| Neo4j 5.0 (EOL) | ? | ? | ? | ? | ? | Yes | Yes | Yes |
135+
+------------------+-------+-------+-------+-------+-------+-------+-------+-------+
136+
| Neo4j 5.1 | ? | ? | ? | ? | ? | ? | Yes | Yes |
137+
+------------------+-------+-------+-------+-------+-------+-------+-------+-------+
138+
139+
Table as of Neo4j 5.1 and Python Driver 5.1 are the latest available versions.
136140

137141
* *emphasized*: currently supported driver versions
138142
* Yes: supported combination, although only the common set of features

docs/source/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The Official Neo4j Driver for Python.
66

77
Neo4j versions supported:
88

9+
* Neo4j 5.1
910
* Neo4j 5.0
1011
* Neo4j 4.4
1112

neo4j/_meta.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
# Can be automatically overridden in builds
3030
package = "neo4j"
31-
version = "5.0.dev0"
31+
version = "5.1.dev0"
3232

3333

3434
def get_user_agent():

0 commit comments

Comments
 (0)