Skip to content

Commit 148f04c

Browse files
Publish 0.3.0
1 parent 35ea498 commit 148f04c

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ From now on, I use the term `droppable` to refer both `KXReorderableBehavior` an
2525
Pin the minor version.
2626

2727
```
28-
poetry add kivy_garden.draggable@~0.2
29-
pip install "kivy_garden.draggable>=0.2,<0.3"
28+
pip install "kivy_garden.draggable>=0.3,<0.4"
3029
```
3130

3231
## Main differences from drag_n_drop

README_jp.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ drag操作によってwidgetを並び替えたいなら`KXReorderableBehavior`
1414

1515
## Install方法
1616

17-
このmoduleのminor versionが変わった時は何らかの重要な互換性の無い変更が加えられた可能性が高いので、使う際はminor versionまでを固定してください。
17+
minor versionまでを固定してください。
1818

1919
```
20-
poetry add kivy_garden.draggable@~0.2
21-
pip install "kivy_garden.draggable>=0.2,<0.3"
20+
pip install "kivy_garden.draggable>=0.3,<0.4"
2221
```
2322

2423
## dragが始まる条件

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "kivy-garden-draggable"
3-
version = "0.3.0.dev0"
3+
version = "0.3.0"
44
description = "Drag & Drop Extension for Kivy"
55
authors = ["Nattōsai Mitō <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)