Skip to content

Commit 2b3fc67

Browse files
committed
set version to 1.0.0-Beta2 for docs
1 parent 5a6f3a7 commit 2b3fc67

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You could find the following articles there:
3939

4040
### What's new
4141

42-
1.0.0-Beta1: [Release notes](https://github.com/Kotlin/dataframe/releases/tag/v1.0.0-Beta1)
42+
1.0.0-Beta2: [Release notes](https://github.com/Kotlin/dataframe/releases/tag/v1.0.0-Beta2)
4343

4444
Check out this [notebook with new features](examples/notebooks/feature_overviews/0.15/new_features.ipynb) in v0.15.
4545

@@ -49,13 +49,13 @@ Here's a [compiler plugin demo project](https://github.com/koperagen/df-plugin-d
4949
## Setup
5050

5151
```kotlin
52-
implementation("org.jetbrains.kotlinx:dataframe:1.0.0-Beta1")
52+
implementation("org.jetbrains.kotlinx:dataframe:1.0.0-Beta2")
5353
```
5454

5555
Optional Gradle plugin for enhanced type safety and schema generation
5656
https://kotlin.github.io/dataframe/schemasgradle.html
5757
```kotlin
58-
id("org.jetbrains.kotlinx.dataframe") version "1.0.0-Beta1"
58+
id("org.jetbrains.kotlinx.dataframe") version "1.0.0-Beta2"
5959
```
6060

6161
Check out the [custom setup page](https://kotlin.github.io/dataframe/gettingstartedgradleadvanced.html) if you don't need some of the formats as dependencies,
@@ -80,7 +80,7 @@ df.filter { "stargazers_count"<Int>() > 50 }.print()
8080

8181
Requires Gradle plugin to work
8282
```kotlin
83-
id("org.jetbrains.kotlinx.dataframe") version "1.0.0-Beta1"
83+
id("org.jetbrains.kotlinx.dataframe") version "1.0.0-Beta2"
8484
```
8585

8686
Plugin generates extension properties API for provided sample of data. Column names and their types become discoverable in completion.

docs/StardustDocs/v.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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-Beta1" type="string"/>
4+
<var name="dataFrameVersion" value="1.0.0-Beta2" type="string"/>
55
</vars>

0 commit comments

Comments
 (0)