Skip to content

Commit

Permalink
Update version tag and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Conjeaud committed Jun 7, 2024
1 parent 0a03833 commit 3b9ad3e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 5.3.2 2024-06
* Add DateTimeNeo4jFormatProperty for Neo4j native datetime format

Version 5.3.1 2024-05
* Add neomodel_generate_diagram script, which generates a graph model diagram based on your neomodel class definitions. Arrows and PlantUML dot options
* Fix bug in async iterator async for MyClass.nodes
Expand Down
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.1 # default
config.USER_AGENT = neomodel/v5.3.2 # 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.1"
__version__ = "5.3.2"

0 comments on commit 3b9ad3e

Please sign in to comment.