Skip to content

Commit 53c6531

Browse files
committed
Merge branch 'master' into rename
2 parents d447799 + c59802d commit 53c6531

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RELEASE_CHECK_LIST.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@
2828
16. Prepare and publish the Release Notes
2929
17. Create Release from the release tag on GitHub
3030
18. Update a KDF version in the [Kotlin Jupyter Descriptor](https://github.com/Kotlin/kotlin-jupyter-libraries/blob/master/dataframe.json). Now the Renovate bot doing this
31+
19. Update DataFrame version in gradle.properties file for next release cycle (i.e. 0.10.0 -> 0.11.0)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
projectName=dataframe
2-
version=0.11.0
2+
version=0.12.0
33
jupyterApiTCRepo=
44
kotlin.jupyter.add.scanner=false
55
org.gradle.jvmargs=-Xmx4G

0 commit comments

Comments
 (0)