Skip to content

Commit b997b28

Browse files
Merge pull request #1607 from Kotlin/docs_version_update
update version in website docs
2 parents ce79b71 + 4c62bb0 commit b997b28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/StardustDocs/topics/setup/SetupKotlinNotebook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ You can explicitly define the version you want:
6565

6666

6767
```
68-
%use dataframe(1.0.0)
68+
%use dataframe(1.0.0-Beta4n)
6969
```
7070

7171
Or use the latest stable version of Kotlin DataFrame
7272
(specified in [Kotlin Jupyter descriptors](https://github.com/Kotlin/kotlin-jupyter-libraries)):
7373

7474
<warning>
75-
For version `1.0.0-Beta3`, in notebooks use version `1.0.0-Beta3n` instead.
75+
For version `1.0.0-Beta4`, in notebooks use version `1.0.0-Beta4n` instead.
7676
This uses the patch of [#1435](https://github.com/Kotlin/dataframe/pull/1435) for issue
7777
[#1116](https://github.com/Kotlin/dataframe/issues/1116), avoiding `DefinitelyNotNullable` errors.
7878

docs/StardustDocs/v.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
33
<vars>
4-
<var name="dataFrameVersion" value="1.0.0-Beta3" type="string"/>
4+
<var name="dataFrameVersion" value="1.0.0-Beta4" type="string"/>
55
<var name="compilerPluginKotlinVersion" value="2.3.0-RC" type="string"/>
66
</vars>

0 commit comments

Comments
 (0)