Commit d96b791 1 parent 3a98be8 commit d96b791 Copy full SHA for d96b791
File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
22
Printrun - 2.1.0
2
23
================
3
24
Original file line number Diff line number Diff line change 13
13
# You should have received a copy of the GNU General Public License
14
14
# along with Printrun. If not, see <http://www.gnu.org/licenses/>.
15
15
16
- __version__ = "2.1 .0"
16
+ __version__ = "2.2 .0"
17
17
18
18
import sys
19
19
if sys .version_info .major < 3 :
You can’t perform that action at this time.
0 commit comments