Skip to content

Commit fe75a5b

Browse files
committed
Version 65.1
1 parent ad5a5a6 commit fe75a5b

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

docs/changelog.rst

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,57 @@ Changelog
22
=========
33

44

5+
Version 65.1
6+
------------
7+
8+
Released on 2025-04-14.
9+
10+
Bug fixes:
11+
12+
* `#2414 <https://github.com/Kozea/WeasyPrint/issues/2414>`_:
13+
Correctly handle flex columns split between pages
14+
* `1b24ad9 <https://github.com/Kozea/WeasyPrint/commit/1b24ad9>`_:
15+
Include padding in outer size of item elements
16+
* `#2419 <https://github.com/Kozea/WeasyPrint/issues/2419>`_:
17+
Set main tag as block by default
18+
* `#2415 <https://github.com/Kozea/WeasyPrint/issues/2415>`_:
19+
Fix support of replaced block box as flex items
20+
* `83da2fe0 <https://github.com/Kozea/WeasyPrint/commit/83da2fe0>`_:
21+
Fix margins and padding for rtl lists
22+
* `#2429 <https://github.com/Kozea/WeasyPrint/issues/2429>`_,
23+
`#1076 <https://github.com/Kozea/WeasyPrint/issues/1076>`_,
24+
`#2431 <https://github.com/Kozea/WeasyPrint/pull/2431>`_:
25+
Fix page groups
26+
27+
Contributors:
28+
29+
* Guillaume Ayoub
30+
31+
Backers and sponsors:
32+
33+
* Spacinov
34+
* Kobalt
35+
* Grip Angebotssoftware
36+
* Syslifters
37+
* Simon Sapin
38+
* Manuel Barkhau
39+
* Simonsoft
40+
* Menutech
41+
* KontextWork
42+
* TrainingSparkle
43+
* Healthchecks.io
44+
* Hammerbacher
45+
* DocRaptor
46+
* Yanal-Yves Fargialla
47+
* Method B
48+
* FieldHub
49+
* Morntag
50+
* Xavid
51+
* Kai DeLorenzo
52+
* Charlie S.
53+
* Alan Villalobos
54+
55+
556
Version 65.0
657
------------
758

weasyprint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import tinycss2
1616
import tinyhtml5
1717

18-
VERSION = __version__ = '65.0'
18+
VERSION = __version__ = '65.1'
1919

2020
#: Default values for command-line and Python API options. See
2121
#: :func:`__main__.main` to learn more about specific options for

0 commit comments

Comments
 (0)