From 49fc59082ae765ef63a1b151c1481f50e99b1d53 Mon Sep 17 00:00:00 2001 From: davidbrochart Date: Mon, 26 Dec 2022 13:28:54 +0000 Subject: [PATCH] Publish 0.1.2 SHA256 hashes: jpterm-0.1.2-py3-none-any.whl: a694cb7b042ac7f24a9e597fb316b7dc3be682213436d434217eb6353af43f44 jpterm-0.1.2.tar.gz: 5f50aefc9361ec1e471246a5ff1b929d6b5bbb52016e80c29938ddb07a78391a txl-0.1.2-py3-none-any.whl: a451b78d1046a51675404b66ed42481a609343e721466ecd2a9ae1e1854e3b68 txl-0.1.2.tar.gz: 24ac43b50edca874c5c92ce6c8a09aab561df83752b52eac904d8ffc8fb29e20 txl_cell-0.1.2-py3-none-any.whl: 5bcdbe4eda54c4bb136c8b877171864002aacb42e3351dd4ff69bedb2dabbccc txl_cell-0.1.2.tar.gz: f54174a769b49cd955137921526780300ad26a36a99b289071a56d1849eff985 txl_editors-0.1.2-py3-none-any.whl: 47ba7dfc69ae266a5add3bd8c1f3e5335a71c3a0084e2e6641318e800810171b txl_editors-0.1.2.tar.gz: 2ba1777d5334a54e168cfcf1f71535e6f8567a00b4d5880192612ae2eb6c6d36 txl_jpterm-0.1.2-py3-none-any.whl: 606fadc14e069dee6113bb6dc0ece0dcba91bf5ba014e92e941755ce62b329e4 txl_jpterm-0.1.2.tar.gz: 7ef0750af1097c29935ffac4ffd3d91870d39934b4a2bd24979ed55f22d9424b txl_local_contents-0.1.2-py3-none-any.whl: 5b546b45e768d753f586ea1287b60424f036b297a0a753db1a1935e724fcf944 txl_local_contents-0.1.2.tar.gz: 810e9fa13f65d76550454797429d8689a69fdd66d7e7677778278a614e86b86b txl_local_terminals-0.1.2-py3-none-any.whl: 8f36e23d752d371401ca738168c1ac32925b97dfa128393539afe2f63e8c35a8 txl_local_terminals-0.1.2.tar.gz: bb063bbc7d3174688fa9d4417290ac646b6523f8fef59e85d1f8f96b60eaac3a txl_notebook-0.1.2-py3-none-any.whl: d986f3450e014d1e0e90dfd6a64711b0dc6ff49b447825959ad8b2f2e4fc719e txl_notebook-0.1.2.tar.gz: bef168ac06ad69014ef9b30d8146c5a3dd420aa4bd42494be6a6b8d9797289dc txl_notebook_editor-0.1.2-py3-none-any.whl: edc4c259ef6feaf7ed5234ece78293ab87165ff617723d7ca4ea8d29cf48adaf txl_notebook_editor-0.1.2.tar.gz: 0825e4f4e4bba3d77350f8818d31e6dff5fb3841a7615614706bce56dc0a6509 txl_notebook_viewer-0.1.2-py3-none-any.whl: 8d2a0252a556a9ae361baf038902f24e8a68e8db60ad184da588c16f4b363408 txl_notebook_viewer-0.1.2.tar.gz: 2c5567eb3de7c07ab5646da00dffdaad4aa946b91566bb36fb7ca39e190af11e txl_remote_contents-0.1.2-py3-none-any.whl: 9d52f77b9a79ae5e33a89d8ea7fd78847d27c532947648ef96598c8cf59b1a07 txl_remote_contents-0.1.2.tar.gz: fb9357372b31881c0a70b4809dd99a58a83d1efc458ee103d8ea361cb514a283 txl_remote_terminals-0.1.2-py3-none-any.whl: 977f87d24d8a0f828950513da76484ea7d4b8f0f2793c75985cd12e2a9220367 txl_remote_terminals-0.1.2.tar.gz: f87ec0bf99c2d2f5fee2974f3e6ac7f3a4ffc8e968925f56318c9c97fc6970b3 txl_terminal-0.1.2-py3-none-any.whl: fc002fe133129d4da92afe5629389516e3be917beebd9cd95d0c60c4bb04c906 txl_terminal-0.1.2.tar.gz: 16aa5adf58d69211a58fdce7318014d4acc93cbabe9d48e15e25bc2c62455dce txl_text_viewer-0.1.2-py3-none-any.whl: 94ff034bec7307e0700ef64e494fd8f12b6013a7aba57f8d831566f4dc2942b5 txl_text_viewer-0.1.2.tar.gz: c59ec70e7ee9e6e90e36ef24f7b8bd4e67de87602712dc34a81842b4ba195bc8 --- CHANGELOG.md | 8 ++++++-- jpterm/__init__.py | 2 +- plugins/cell/txl_cell/__init__.py | 2 +- plugins/editors/txl_editors/__init__.py | 2 +- plugins/jpterm/txl_jpterm/__init__.py | 2 +- plugins/local_contents/txl_local_contents/__init__.py | 2 +- plugins/local_terminals/txl_local_terminals/__init__.py | 2 +- plugins/notebook/txl_notebook/__init__.py | 2 +- plugins/notebook_editor/txl_notebook_editor/__init__.py | 2 +- plugins/notebook_viewer/txl_notebook_viewer/__init__.py | 2 +- plugins/remote_contents/txl_remote_contents/__init__.py | 2 +- plugins/remote_terminals/txl_remote_terminals/__init__.py | 2 +- plugins/terminal/txl_terminal/__init__.py | 2 +- plugins/text_viewer/txl_text_viewer/__init__.py | 2 +- txl/txl/__init__.py | 2 +- 15 files changed, 20 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c2d248..0e9f9e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## 0.1.2 + +No merged PRs + + + ## 0.1.1 ([Full Changelog](https://github.com/davidbrochart/jpterm/compare/0.1.0...9f1dfdd7034b81ed74aa6e996f2337144cfaa009)) @@ -17,6 +23,4 @@ [@davidbrochart](https://github.com/search?q=repo%3Adavidbrochart%2Fjpterm+involves%3Adavidbrochart+updated%3A2022-12-25..2022-12-26&type=Issues) - - ## 0.1.0 diff --git a/jpterm/__init__.py b/jpterm/__init__.py index 485f44a..b3f4756 100644 --- a/jpterm/__init__.py +++ b/jpterm/__init__.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2" diff --git a/plugins/cell/txl_cell/__init__.py b/plugins/cell/txl_cell/__init__.py index 485f44a..b3f4756 100644 --- a/plugins/cell/txl_cell/__init__.py +++ b/plugins/cell/txl_cell/__init__.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2" diff --git a/plugins/editors/txl_editors/__init__.py b/plugins/editors/txl_editors/__init__.py index e9db385..1f8db6d 100644 --- a/plugins/editors/txl_editors/__init__.py +++ b/plugins/editors/txl_editors/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.1.1" +__version__ = "0.1.2" from .components import Editors diff --git a/plugins/jpterm/txl_jpterm/__init__.py b/plugins/jpterm/txl_jpterm/__init__.py index 485f44a..b3f4756 100644 --- a/plugins/jpterm/txl_jpterm/__init__.py +++ b/plugins/jpterm/txl_jpterm/__init__.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2" diff --git a/plugins/local_contents/txl_local_contents/__init__.py b/plugins/local_contents/txl_local_contents/__init__.py index 485f44a..b3f4756 100644 --- a/plugins/local_contents/txl_local_contents/__init__.py +++ b/plugins/local_contents/txl_local_contents/__init__.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2" diff --git a/plugins/local_terminals/txl_local_terminals/__init__.py b/plugins/local_terminals/txl_local_terminals/__init__.py index 485f44a..b3f4756 100644 --- a/plugins/local_terminals/txl_local_terminals/__init__.py +++ b/plugins/local_terminals/txl_local_terminals/__init__.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2" diff --git a/plugins/notebook/txl_notebook/__init__.py b/plugins/notebook/txl_notebook/__init__.py index 485f44a..b3f4756 100644 --- a/plugins/notebook/txl_notebook/__init__.py +++ b/plugins/notebook/txl_notebook/__init__.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2" diff --git a/plugins/notebook_editor/txl_notebook_editor/__init__.py b/plugins/notebook_editor/txl_notebook_editor/__init__.py index 485f44a..b3f4756 100644 --- a/plugins/notebook_editor/txl_notebook_editor/__init__.py +++ b/plugins/notebook_editor/txl_notebook_editor/__init__.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2" diff --git a/plugins/notebook_viewer/txl_notebook_viewer/__init__.py b/plugins/notebook_viewer/txl_notebook_viewer/__init__.py index 485f44a..b3f4756 100644 --- a/plugins/notebook_viewer/txl_notebook_viewer/__init__.py +++ b/plugins/notebook_viewer/txl_notebook_viewer/__init__.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2" diff --git a/plugins/remote_contents/txl_remote_contents/__init__.py b/plugins/remote_contents/txl_remote_contents/__init__.py index 485f44a..b3f4756 100644 --- a/plugins/remote_contents/txl_remote_contents/__init__.py +++ b/plugins/remote_contents/txl_remote_contents/__init__.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2" diff --git a/plugins/remote_terminals/txl_remote_terminals/__init__.py b/plugins/remote_terminals/txl_remote_terminals/__init__.py index 485f44a..b3f4756 100644 --- a/plugins/remote_terminals/txl_remote_terminals/__init__.py +++ b/plugins/remote_terminals/txl_remote_terminals/__init__.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2" diff --git a/plugins/terminal/txl_terminal/__init__.py b/plugins/terminal/txl_terminal/__init__.py index 485f44a..b3f4756 100644 --- a/plugins/terminal/txl_terminal/__init__.py +++ b/plugins/terminal/txl_terminal/__init__.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2" diff --git a/plugins/text_viewer/txl_text_viewer/__init__.py b/plugins/text_viewer/txl_text_viewer/__init__.py index 485f44a..b3f4756 100644 --- a/plugins/text_viewer/txl_text_viewer/__init__.py +++ b/plugins/text_viewer/txl_text_viewer/__init__.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2" diff --git a/txl/txl/__init__.py b/txl/txl/__init__.py index 485f44a..b3f4756 100644 --- a/txl/txl/__init__.py +++ b/txl/txl/__init__.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2"