From 7b97f15e8aa0daa97d4747d1762e62ea09e6833d Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 6 Aug 2024 08:03:40 +0200 Subject: [PATCH 1/3] cleanup versions --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2503fe6..7d5b610 100644 --- a/README.md +++ b/README.md @@ -74,14 +74,17 @@ Warning: when using one of the USB backends make sure the Editor Lite feature is ## Significant Changes: v 1.3 (unreleased): -- Added new cli command for getting status of printer https://github.com/matmair/brother_ql-inventree/pull/53 +- Added new cli command for getting the status of printers https://github.com/matmair/brother_ql-inventree/pull/53 + v1.2: - Remove support for Python 2 https://github.com/matmair/brother_ql-inventree/pull/43 / https://github.com/matmair/brother_ql-inventree/pull/45 - Added support for PT-E550W https://github.com/matmair/brother_ql-inventree/pull/44 - Added label support for 12+17 https://github.com/matmair/brother_ql-inventree/pull/42 + v1.1: - Support for Pillow 10.x https://github.com/matmair/brother_ql-inventree/pull/37 v1.0: + - Renamed the package to `brother_ql-inventree` and added a release action https://github.com/matmair/brother_ql-inventree/pull/16 - Added printer support for QL-600 https://github.com/matmair/brother_ql-inventree/pull/17 , PT-P950NW https://github.com/matmair/brother_ql-inventree/pull/6 , QL-1100, L-1100NWB, QL-1115NWB https://github.com/matmair/brother_ql-inventree/pull/18 - Added label support for DK-1234 https://github.com/matmair/brother_ql-inventree/pull/22 , 54x29 https://github.com/matmair/brother_ql-inventree/pull/19 , DK22246 https://github.com/matmair/brother_ql-inventree/pull/20, ... From 7c832c9965393aac2808e8ec04faadf577d15304 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 6 Aug 2024 08:07:28 +0200 Subject: [PATCH 2/3] add change --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d5b610..c7dc89e 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,8 @@ pyusb (3) | USB | ✔ (3.1) | ✔ (3.2) | ✔ (3.3) Warning: when using one of the USB backends make sure the Editor Lite feature is turned off (if your model supports it), otherwise the USB Printer interface won't be detected. ## Significant Changes: -v 1.3 (unreleased): +v 1.3: +- Added detection of more media and commands to list and configure settings https://github.com/matmair/brother_ql-inventree/pull/57 - Added new cli command for getting the status of printers https://github.com/matmair/brother_ql-inventree/pull/53 v1.2: From a841ba2011dedfab88063f5e2c3a3964288e2c49 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 6 Aug 2024 08:09:05 +0200 Subject: [PATCH 3/3] bump version to 1.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9defc2..7707189 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "brother_ql-inventree" -version = "1.2" +version = "1.3" description = "Python package to talk to Brother QL label printers" readme = "README.md" authors = [