Skip to content

Commit

Permalink
Prepare v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
j6k4m8 committed May 13, 2024
1 parent 52f6db8 commit e71be46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## **0.5.1** (May 13, 2024)

- Bugfixes:
- Fixes SQLBackend bug where graphs would not commit down to disk after transactions (#51, thanks @acthecoder23!)

## **0.5.0** (April 17, 2024)

- Features
Expand Down
2 changes: 1 addition & 1 deletion grand/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

_DEFAULT_BACKEND = NetworkXBackend

__version__ = "0.5.0"
__version__ = "0.5.1"


class Graph:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="grand-graph",
version="0.5.0",
version="0.5.1",
author="Jordan Matelsky",
author_email="[email protected]",
description="Graph database wrapper for non-graph datastores",
Expand Down

0 comments on commit e71be46

Please sign in to comment.