From d96b791a0978c3ec97abb2d520b261c06fbb9f72 Mon Sep 17 00:00:00 2001 From: Rock Storm Date: Sun, 20 Oct 2024 21:57:24 +0200 Subject: [PATCH] Release Printrun 2.2.0 (#1460) --- NEWS.md | 21 +++++++++++++++++++++ printrun/printcore.py | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 8b19b923..3a7426db 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 042c94ef..c75f87d2 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: