Skip to content

Commit

Permalink
Release v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Feb 21, 2024
1 parent 28fe9b0 commit ea3be08
Show file tree
Hide file tree
Showing 22 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion jpterm/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.7"
__version__ = "0.2.8"
2 changes: 1 addition & 1 deletion plugins/cell/txl_cell/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.7"
__version__ = "0.2.8"
2 changes: 1 addition & 1 deletion plugins/console/txl_console/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.7"
__version__ = "0.2.8"
2 changes: 1 addition & 1 deletion plugins/editors/txl_editors/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.7"
__version__ = "0.2.8"
2 changes: 1 addition & 1 deletion plugins/file_browser/txl_file_browser/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.7"
__version__ = "0.2.8"
2 changes: 1 addition & 1 deletion plugins/image_viewer/txl_image_viewer/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.7"
__version__ = "0.2.8"
2 changes: 1 addition & 1 deletion plugins/jpterm/txl_jpterm/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.7"
__version__ = "0.2.8"
2 changes: 1 addition & 1 deletion plugins/kernel/txl_kernel/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.7"
__version__ = "0.2.8"
2 changes: 1 addition & 1 deletion plugins/launcher/txl_launcher/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.7"
__version__ = "0.2.8"
2 changes: 1 addition & 1 deletion plugins/local_contents/txl_local_contents/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.7"
__version__ = "0.2.8"
2 changes: 1 addition & 1 deletion plugins/local_kernels/txl_local_kernels/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.7"
__version__ = "0.2.8"
2 changes: 1 addition & 1 deletion plugins/local_terminals/txl_local_terminals/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.7"
__version__ = "0.2.8"
2 changes: 1 addition & 1 deletion plugins/markdown_viewer/txl_markdown_viewer/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.7"
__version__ = "0.2.8"
2 changes: 1 addition & 1 deletion plugins/notebook_editor/txl_notebook_editor/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.7"
__version__ = "0.2.8"
2 changes: 1 addition & 1 deletion plugins/remote_contents/txl_remote_contents/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.7"
__version__ = "0.2.8"
2 changes: 1 addition & 1 deletion plugins/remote_kernels/txl_remote_kernels/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.7"
__version__ = "0.2.8"
2 changes: 1 addition & 1 deletion plugins/remote_terminals/txl_remote_terminals/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.7"
__version__ = "0.2.8"
2 changes: 1 addition & 1 deletion plugins/terminal/txl_terminal/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.7"
__version__ = "0.2.8"
2 changes: 1 addition & 1 deletion plugins/text_editor/txl_text_editor/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.7"
__version__ = "0.2.8"
2 changes: 1 addition & 1 deletion plugins/widgets/txl_widgets/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.7"
__version__ = "0.2.8"
40 changes: 20 additions & 20 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,26 @@ keywords = [
]
dependencies = [
"rich-click >=1.6.0",
"txl ==0.2.7",
"txl_cell ==0.2.7",
"txl_console ==0.2.7",
"txl_editors ==0.2.7",
"txl_file_browser ==0.2.7",
"txl_image_viewer ==0.2.7",
"txl_jpterm ==0.2.7",
"txl_kernel ==0.2.7",
"txl_local_contents ==0.2.7",
"txl_local_terminals ==0.2.7",
"txl_local_kernels ==0.2.7",
"txl_notebook_editor ==0.2.7",
"txl_remote_contents ==0.2.7",
"txl_remote_terminals ==0.2.7",
"txl_remote_kernels ==0.2.7",
"txl_text_editor ==0.2.7",
"txl_markdown_viewer ==0.2.7",
"txl_terminal ==0.2.7",
"txl_launcher ==0.2.7",
"txl_widgets ==0.2.7",
"txl ==0.2.8",
"txl_cell ==0.2.8",
"txl_console ==0.2.8",
"txl_editors ==0.2.8",
"txl_file_browser ==0.2.8",
"txl_image_viewer ==0.2.8",
"txl_jpterm ==0.2.8",
"txl_kernel ==0.2.8",
"txl_local_contents ==0.2.8",
"txl_local_terminals ==0.2.8",
"txl_local_kernels ==0.2.8",
"txl_notebook_editor ==0.2.8",
"txl_remote_contents ==0.2.8",
"txl_remote_terminals ==0.2.8",
"txl_remote_kernels ==0.2.8",
"txl_text_editor ==0.2.8",
"txl_markdown_viewer ==0.2.8",
"txl_terminal ==0.2.8",
"txl_launcher ==0.2.8",
"txl_widgets ==0.2.8",
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion txl/txl/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.7"
__version__ = "0.2.8"

0 comments on commit ea3be08

Please sign in to comment.