Skip to content

Commit c27bef6

Browse files
publish 0.5.2
1 parent 186fe14 commit c27bef6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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 = "asyncgui-ext-clock"
3-
version = "0.5.2.dev0"
3+
version = "0.5.2"
44
description = "An event scheduler for asyncgui programs"
55
authors = ["Nattōsai Mitō <[email protected]>"]
66
license = "MIT"

sphinx/readme_jp.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ ReadMe |ja|
1616
print("Hello")
1717
1818
asyncgui.start(async_fn())
19-
clock.tick(10) # 時間が10進む
19+
clock.tick(10) # 時間を10進める
2020
clock.tick(10) # 合計で20進むのでタスクが再開し 'Hello' が表示される。
2121
22-
この様に ``clock.tick()`` を呼ぶ事で時計内部の時が進み停止中のタスクが再開するわけです
22+
この様に ``clock.tick()`` を呼ぶ事で時計内部の時が進み停止中のタスクが再開します
2323
また :mod:`sched` と同じで時間の単位が決まってない事に気付いたと思います。
2424
APIに渡す時間の単位は統一さえされていれば何でも構いません。
2525

@@ -64,6 +64,8 @@ APIに渡す時間の単位は統一さえされていれば何でも構いま
6464
* CPython 3.10
6565
* CPython 3.11
6666
* CPython 3.12
67+
* CPython 3.13
68+
* PyPy 3.10
6769

6870
その他
6971
-----------------------

0 commit comments

Comments
 (0)