Skip to content

Commit

Permalink
Release Printrun 2.2.0 (#1460)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockstorm101 authored Oct 20, 2024
1 parent 3a98be8 commit d96b791
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
================

Expand Down
2 changes: 1 addition & 1 deletion printrun/printcore.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with Printrun. If not, see <http://www.gnu.org/licenses/>.

__version__ = "2.1.0"
__version__ = "2.2.0"

import sys
if sys.version_info.major < 3:
Expand Down

0 comments on commit d96b791

Please sign in to comment.