Skip to content

Commit

Permalink
update to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
a-s-g93 committed Aug 8, 2024
1 parent 543b972 commit d354d7f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@

### Added

## 0.9.1

### Fixed

* Fix bug in LoadCSVCodeGenerator

### Changed

### Added

* Unit tests for LoadCSVCodeGenerator and StandardCypherCodeGenerator classes

## 0.9.0

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins:
locale: en-US
title: Runway
title_separator: '-'
subtitle: A Python package for Neo4j | v0.9.0
subtitle: A Python package for Neo4j | v0.9.1
name: Alex Gilmore
description: An end to end solution for exploring relational data as a graph.
url: https://a-s-g93.github.io
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "neo4j-runway"
version = "0.9.0"
version = "0.9.1"
description = "A Python library that contains tools for data discovery, data model generation and ingestion for the Neo4j graph database."
authors = ["Alex Gilmore", "Jason Booth", "Dan Bukowski"]
license = "Apache License, Version 2.0"
Expand Down

0 comments on commit d354d7f

Please sign in to comment.