File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.3.0 (2022-06-16)
2
+
3
+ ### Feat
4
+
5
+ - add (de)serialization customization (#76 )
6
+
1
7
## v1.2.0 (2022-01-21)
2
8
3
9
### Feat
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
6
6
# https://python-poetry.org/docs/pyproject/
7
7
[tool .poetry ]
8
8
name = " graphchain"
9
- version = " 1.2 .0"
9
+ version = " 1.3 .0"
10
10
description = " An efficient cache for the execution of dask graphs."
11
11
authors = [
" Laurent Sorber <[email protected] >" ]
12
12
readme = " README.md"
@@ -17,7 +17,7 @@ repository = "https://github.com/radix-ai/graphchain"
17
17
bump_message = " bump(release): v$current_version → v$new_version"
18
18
tag_format = " v$version"
19
19
update_changelog_on_bump = true
20
- version = " 1.2 .0"
20
+ version = " 1.3 .0"
21
21
version_files = [" pyproject.toml:version" ]
22
22
23
23
# https://python-poetry.org/docs/dependency-specification/
You can’t perform that action at this time.
0 commit comments