Skip to content

Commit b8f4bcd

Browse files
committed
Release v0.2.20
1 parent 1e13e1a commit b8f4bcd

11 files changed

Lines changed: 21 additions & 21 deletions

File tree

plugins/cell/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "txl_cell"
7-
version = "0.2.14"
7+
version = "0.2.15"
88
description = "TXL plugin for a cell"
99
readme = "README.md"
1010
requires-python = ">=3.10"

plugins/console/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "txl_console"
7-
version = "0.2.16"
7+
version = "0.2.17"
88
description = "TXL plugin for a Jupyter console"
99
readme = "README.md"
1010
requires-python = ">=3.10"

plugins/jpterm/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "txl_jpterm"
7-
version = "0.2.14"
7+
version = "0.2.15"
88
description = "TXL plugin for the jpterm app"
99
readme = "README.md"
1010
requires-python = ">=3.10"

plugins/kernel/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "txl_kernel"
7-
version = "0.2.14"
7+
version = "0.2.15"
88
description = "TXL plugin for a kernel driver"
99
readme = "README.md"
1010
requires-python = ">=3.10"

plugins/local_contents/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "txl_local_contents"
7-
version = "0.2.14"
7+
version = "0.2.15"
88
description = "TXL plugin for local contents"
99
readme = "README.md"
1010
requires-python = ">=3.10"

plugins/notebook_editor/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "txl_notebook_editor"
7-
version = "0.2.14"
7+
version = "0.2.15"
88
description = "TXL plugin for a notebook editor"
99
readme = "README.md"
1010
requires-python = ">=3.10"

plugins/remote_contents/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "txl_remote_contents"
7-
version = "0.2.14"
7+
version = "0.2.15"
88
description = "TXL plugin for remote contents"
99
readme = "README.md"
1010
requires-python = ">=3.10"

plugins/remote_kernels/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "txl_remote_kernels"
7-
version = "0.2.14"
7+
version = "0.2.15"
88
description = "TXL plugin for remote kernels"
99
readme = "README.md"
1010
requires-python = ">=3.10"

plugins/widgets/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "txl_widgets"
7-
version = "0.2.15"
7+
version = "0.2.16"
88
description = "TXL plugin for kernel widgets"
99
readme = "README.md"
1010
requires-python = ">=3.10"

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "jpterm"
7-
version = "0.2.19"
7+
version = "0.2.20"
88
description = "Jupyter in the terminal"
99
readme = "README.md"
1010
license = { text = "MIT" }
@@ -26,26 +26,26 @@ keywords = [
2626
]
2727
dependencies = [
2828
"rich-click >=1.6.0",
29-
"txl ==0.2.19",
30-
"txl_cell ==0.2.14",
31-
"txl_console ==0.2.16",
29+
"txl ==0.2.20",
30+
"txl_cell ==0.2.15",
31+
"txl_console ==0.2.17",
3232
"txl_editors ==0.2.14",
3333
"txl_file_browser ==0.2.14",
3434
"txl_image_viewer ==0.2.14",
35-
"txl_jpterm ==0.2.14",
36-
"txl_kernel ==0.2.14",
37-
"txl_local_contents ==0.2.14",
35+
"txl_jpterm ==0.2.15",
36+
"txl_kernel ==0.2.15",
37+
"txl_local_contents ==0.2.15",
3838
"txl_local_terminals ==0.2.14",
3939
"txl_local_kernels ==0.2.14",
40-
"txl_notebook_editor ==0.2.14",
41-
"txl_remote_contents ==0.2.14",
40+
"txl_notebook_editor ==0.2.15",
41+
"txl_remote_contents ==0.2.15",
4242
"txl_remote_terminals ==0.2.14",
43-
"txl_remote_kernels ==0.2.14",
43+
"txl_remote_kernels ==0.2.15",
4444
"txl_text_editor ==0.2.14",
4545
"txl_markdown_viewer ==0.2.14",
4646
"txl_terminal ==0.2.14",
4747
"txl_launcher ==0.2.14",
48-
"txl_widgets ==0.2.15",
48+
"txl_widgets ==0.2.16",
4949
]
5050

5151
[project.optional-dependencies]

0 commit comments

Comments
 (0)