diff --git a/README.md b/README.md index 109039a..ae2a0e5 100644 --- a/README.md +++ b/README.md @@ -65,10 +65,15 @@ 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: +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, ... Read the full old Readme [here](https://github.com/matmair/brother_ql-inventree/blob/cleanup/OLD_README.md). - diff --git a/pyproject.toml b/pyproject.toml index 3376832..e9defc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "brother_ql-inventree" -version = "1.2a1" +version = "1.2" description = "Python package to talk to Brother QL label printers" readme = "README.md" authors = [