We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd1c691 commit 1c95a7fCopy full SHA for 1c95a7f
doc/source/configuration.rst
@@ -32,7 +32,7 @@ Adjust driver configuration - these options are only available for this connecti
32
config.MAX_TRANSACTION_RETRY_TIME = 30.0 # default
33
config.RESOLVER = None # default
34
config.TRUST = neo4j.TRUST_SYSTEM_CA_SIGNED_CERTIFICATES # default
35
- config.USER_AGENT = neomodel/v5.4.3 # default
+ config.USER_AGENT = neomodel/v5.4.4 # default
36
37
Setting the database name, if different from the default one::
38
neomodel/_version.py
@@ -1 +1 @@
1
-__version__ = "5.4.3"
+__version__ = "5.4.4"
0 commit comments