Skip to content

Commit

Permalink
Prepare rc branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusconjeaud committed Sep 20, 2024
1 parent 0194f3a commit 95566a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.2 # default
config.USER_AGENT = neomodel/v5.4.0 # default

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

Expand Down
2 changes: 1 addition & 1 deletion neomodel/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.3.2"
__version__ = "5.4.0"

0 comments on commit 95566a1

Please sign in to comment.