Skip to content

Commit

Permalink
bump(release): v1.3.0 → v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber committed Aug 29, 2022
1 parent 80a270a commit 1146693
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v1.4.0 (2022-08-29)

### Feat

- support multiprocessing schedulers (#88)

### Fix

- add high level graph support (#92)

## v1.3.0 (2022-06-16)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
# https://python-poetry.org/docs/pyproject/
[tool.poetry]
name = "graphchain"
version = "1.3.0"
version = "1.4.0"
description = "An efficient cache for the execution of dask graphs."
authors = ["Laurent Sorber <[email protected]>"]
readme = "README.md"
Expand All @@ -17,7 +17,7 @@ repository = "https://github.com/radix-ai/graphchain"
bump_message = "bump(release): v$current_version → v$new_version"
tag_format = "v$version"
update_changelog_on_bump = true
version = "1.3.0"
version = "1.4.0"
version_files = ["pyproject.toml:version"]

# https://python-poetry.org/docs/dependency-specification/
Expand Down

0 comments on commit 1146693

Please sign in to comment.