Skip to content

Commit d96b791

Browse files
authored
Release Printrun 2.2.0 (#1460)
1 parent 3a98be8 commit d96b791

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

NEWS.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
Printrun - 2.2.0
2+
================
3+
Minor release. Added support for Python 3.13.
4+
5+
### New Features
6+
7+
* Added support for Python 3.13 (#1451)
8+
* Replaced module `imghdr` with `puremagic` (#1455)
9+
* Replaced configparser `readfp` with `read_file` (#1428)
10+
11+
### Fixed Bugs
12+
13+
* Regression when dealing with line numbers (#1454)
14+
* Run-time dependencies installation (#1457)
15+
* Correction of type error for G2/G3 arc moves (#1434)
16+
17+
### Administrative
18+
19+
* Simplified file naming for macOS builds (#1432)
20+
21+
122
Printrun - 2.1.0
223
================
324

printrun/printcore.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# You should have received a copy of the GNU General Public License
1414
# along with Printrun. If not, see <http://www.gnu.org/licenses/>.
1515

16-
__version__ = "2.1.0"
16+
__version__ = "2.2.0"
1717

1818
import sys
1919
if sys.version_info.major < 3:

0 commit comments

Comments
 (0)