Skip to content

Commit 37814ab

Browse files
committed
Version 62.1
1 parent 195a529 commit 37814ab

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

docs/changelog.rst

+40
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@ Changelog
22
=========
33

44

5+
Version 62.1
6+
------------
7+
8+
Released on 2024-05-06.
9+
10+
Bug fixes:
11+
12+
* `#2144 <https://github.com/Kozea/WeasyPrint/issues/2144>`_,
13+
`#2149 <https://github.com/Kozea/WeasyPrint/pull/2149>`_:
14+
Avoid broken fonts when generating multiple documents
15+
* `c10c6892 <https://github.com/Kozea/WeasyPrint/commit/c10c6892>`_:
16+
Display at least one grid row on empty pages
17+
* `#2146 <https://github.com/Kozea/WeasyPrint/issues/2146>`_:
18+
Don’t crash when flex container’s parent’s height is auto
19+
20+
Contributors:
21+
22+
* Guillaume Ayoub
23+
* Claudius Ellsel
24+
25+
Backers and sponsors:
26+
27+
* Spacinov
28+
* Kobalt
29+
* Grip Angebotssoftware
30+
* Manuel Barkhau
31+
* SimonSoft
32+
* Menutech
33+
* KontextWork
34+
* Simon Sapin
35+
* René Fritz
36+
* TrainingSparkle
37+
* Healthchecks.io
38+
* Docraptor
39+
* Yanal-Yvez Fargialla
40+
* Douwe van Loenen
41+
* Morntag
42+
* Xavid
43+
44+
545
Version 62.0
646
------------
747

weasyprint/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import html5lib
1616
import tinycss2
1717

18-
VERSION = __version__ = '62.0'
18+
VERSION = __version__ = '62.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)