Skip to content

Commit 9895af1

Browse files
Merge branch 'rc/5.4.4' into task/cypher-compatibility-improvements
2 parents 4c71009 + 1c95a7f commit 9895af1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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/v6.0.0 # default
35+
config.USER_AGENT = neomodel/v5.4.4 # 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__ = "6.0.0"
1+
__version__ = "5.4.4"

0 commit comments

Comments
 (0)