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: