Skip to content

Commit 98f8d93

Browse files
Prepare new rc branch
1 parent fd1c691 commit 98f8d93

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/source/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Adjust driver configuration - these options are only available for this connecti
3232
config.MAX_TRANSACTION_RETRY_TIME = 30.0 # default
3333
config.RESOLVER = None # default
3434
config.TRUST = neo4j.TRUST_SYSTEM_CA_SIGNED_CERTIFICATES # default
35-
config.USER_AGENT = neomodel/v5.4.3 # default
35+
config.USER_AGENT = neomodel/v6.0.0 # default
3636

3737
Setting the database name, if different from the default one::
3838

neomodel/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.4.3"
1+
__version__ = "6.0.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Topic :: Database",
2424
]
2525
dependencies = [
26-
"neo4j~=5.27.0",
26+
"neo4j~=5.28.1",
2727
]
2828
requires-python = ">=3.9"
2929
dynamic = ["version"]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
neo4j~=5.27.0
1+
neo4j~=5.28.1

0 commit comments

Comments
 (0)