From 1eb964f59273be38a43094b874c1ec125763c95a Mon Sep 17 00:00:00 2001 From: Rock Storm Date: Thu, 17 Oct 2024 22:28:53 +0200 Subject: [PATCH] Release Printrun 2.2.0 --- NEWS.md | 21 +++++++++++++++++++++ printrun/printcore.py | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 8b19b923d..3a7426db9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,24 @@ +Printrun - 2.2.0 +================ +Minor release. Added support for Python 3.13. + +### New Features + + * Added support for Python 3.13 (#1451) + * Replaced module `imghdr` with `puremagic` (#1455) + * Replaced configparser `readfp` with `read_file` (#1428) + +### Fixed Bugs + + * Regression when dealing with line numbers (#1454) + * Run-time dependencies installation (#1457) + * Correction of type error for G2/G3 arc moves (#1434) + +### Administrative + + * Simplified file naming for macOS builds (#1432) + + Printrun - 2.1.0 ================ diff --git a/printrun/printcore.py b/printrun/printcore.py index 042c94efa..c75f87d20 100644 --- a/printrun/printcore.py +++ b/printrun/printcore.py @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with Printrun. If not, see . -__version__ = "2.1.0" +__version__ = "2.2.0" import sys if sys.version_info.major < 3: