Skip to content

Commit aaa2d1b

Browse files
committed
bump version to v1.4.2b1
1 parent 9790843 commit aaa2d1b

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

notes/pages/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Version 1.4.2 - dev
2-
- CHANGE: faster PDF generation by the `PyMuPDF` backend
2+
- CHANGE: faster and smaller PDF export by the `PyMuPDF` backend
3+
- Test with 19 CADKIT samples:
4+
- the export of PDF is in average 38x faster
5+
- the PDFs are in average 2.5x smaller
36
- contributed by #leonardopbatista
47
- {{pr 1292}}
58
- CHANGE: The construction tool for the `SPLINE` entity uses rounded knot-values according the DXF attribute `knot_tolerance`.

notes/pages/leonardopbatista.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
profile:: https://github.com/leonardopbatista
2+
tags:: contributor

src/ezdxf/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
# 1. bug fix release beta0: VERSION = "0.9.1b0"; version = (0, 9, 1, 'b0')
2525
# 2. bug fix release: VERSION = "0.9.2"; version = (0, 9, 2, 'release')
2626

27-
version = (1, 4, 2, "b0")
28-
__version__ = "1.4.2b0"
27+
version = (1, 4, 2, "b1")
28+
__version__ = "1.4.2b1"

0 commit comments

Comments
 (0)