Skip to content

Commit 1959478

Browse files
committed
prep 0.12
1 parent ef583bc commit 1959478

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
### Fixed
66

7+
### Changed
8+
9+
### Added
10+
11+
## 0.12.0
12+
13+
### Fixed
14+
715
* Fix bug where `use_cases` arg in `UserInput` not accounted for.
816

917
### Changed

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins:
55
locale: en-US
66
title: Runway
77
title_separator: '-'
8-
subtitle: A Python package for Neo4j | v0.11.0
8+
subtitle: A Python package for Neo4j | v0.12.0
99
name: Alex Gilmore
1010
description: An end to end solution for exploring relational data as a graph.
1111
url: https://a-s-g93.github.io

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "neo4j-runway"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
description = "A Python library that contains tools for data discovery, data model generation and ingestion for the Neo4j graph database."
55
authors = ["Alex Gilmore", "Jason Booth", "Dan Bukowski"]
66
license = "Apache License, Version 2.0"

0 commit comments

Comments
 (0)