Skip to content

Commit

Permalink
bump(release): v1.2.0 → v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber committed Jun 16, 2022
1 parent ae960a0 commit 408e130
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.3.0 (2022-06-16)

### Feat

- add (de)serialization customization (#76)

## v1.2.0 (2022-01-21)

### 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.2.0"
version = "1.3.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.2.0"
version = "1.3.0"
version_files = ["pyproject.toml:version"]

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

0 comments on commit 408e130

Please sign in to comment.