Skip to content

Commit

Permalink
Prepare for v0.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
j6k4m8 committed Jun 4, 2024
1 parent e933ced commit f3280d3
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.2** (June 4, 2024)

- Bugfixes:
- Fixes SQLBackend mistakenly referencing Nodes table for enumeration of Edges (#55, #56)

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

- Bugfixes:
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.1"
__version__ = "0.5.2"


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.1",
version="0.5.2",
author="Jordan Matelsky",
author_email="[email protected]",
description="Graph database wrapper for non-graph datastores",
Expand Down

0 comments on commit f3280d3

Please sign in to comment.