Skip to content

Commit bf7cdc4

Browse files
committed
bump(release): v1.1.0 → v1.2.0
1 parent 3f66fc1 commit bf7cdc4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## v1.2.0 (2022-01-21)
2+
3+
### Feat
4+
5+
- rescaffold project

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66
# https://python-poetry.org/docs/pyproject/
77
[tool.poetry]
88
name = "graphchain"
9-
version = "1.1.0"
9+
version = "1.2.0"
1010
description = "An efficient cache for the execution of dask graphs."
1111
authors = ["Laurent Sorber <[email protected]>"]
1212
readme = "README.md"
@@ -17,7 +17,7 @@ repository = "https://github.com/radix-ai/graphchain"
1717
bump_message = "bump(release): v$current_version → v$new_version"
1818
tag_format = "v$version"
1919
update_changelog_on_bump = true
20-
version = "1.1.0"
20+
version = "1.2.0"
2121
version_files = ["pyproject.toml:version"]
2222

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

0 commit comments

Comments
 (0)