From 68ee55313726a53d9c6986ebff9020cf93f7cbc7 Mon Sep 17 00:00:00 2001 From: Marius Conjeaud Date: Tue, 19 Nov 2024 12:54:37 +0100 Subject: [PATCH] Prep rc branch --- doc/source/configuration.rst | 2 +- neomodel/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 511318c4..7c178c29 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -32,7 +32,7 @@ Adjust driver configuration - these options are only available for this connecti config.MAX_TRANSACTION_RETRY_TIME = 30.0 # default config.RESOLVER = None # default config.TRUST = neo4j.TRUST_SYSTEM_CA_SIGNED_CERTIFICATES # default - config.USER_AGENT = neomodel/v5.4.0 # default + config.USER_AGENT = neomodel/v5.4.1 # default Setting the database name, if different from the default one:: diff --git a/neomodel/_version.py b/neomodel/_version.py index fc30498f..1e41bf8f 100644 --- a/neomodel/_version.py +++ b/neomodel/_version.py @@ -1 +1 @@ -__version__ = "5.4.0" +__version__ = "5.4.1"