Skip to content

Commit 2adfe06

Browse files
committed
Version 54.3
1 parent e329164 commit 2adfe06

2 files changed

Lines changed: 42 additions & 1 deletion

File tree

docs/changelog.rst

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

44

5+
Version 54.3
6+
------------
7+
8+
Released on 2022-04-04.
9+
10+
Bug fixes:
11+
12+
* `#1588 <https://github.com/Kozea/WeasyPrint/pull/1588>`_:
13+
Support position: absolute in footnotes
14+
* `#1586 <https://github.com/Kozea/WeasyPrint/issues/1586>`_:
15+
Fix discarded text-align values
16+
17+
Contributors:
18+
19+
* aschmitz
20+
* Guillaume Ayoub
21+
22+
Backers and sponsors:
23+
24+
* Grip Angebotssoftware
25+
* Manuel Barkhau
26+
* Crisp BV
27+
* SimonSoft
28+
* Menutech
29+
* KontextWork
30+
* Maykin Media
31+
* René Fritz
32+
* NCC Group
33+
* Spacinov
34+
* Nathalie Gutton
35+
* Andreas Zettl
36+
* Tom Pohl
37+
* Kobalt
38+
* Moritz Mahringer
39+
* Florian Demmer
40+
* Yanal-Yvez Fargialla
41+
* Gábor
42+
* Piotr Horzycki
43+
* DeivGuerrero
44+
45+
546
Version 54.2
647
------------
748

weasyprint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import html5lib
1717
import tinycss2
1818

19-
VERSION = __version__ = '54.2'
19+
VERSION = __version__ = '54.3'
2020

2121
__all__ = [
2222
'HTML', 'CSS', 'Attachment', 'Document', 'Page', 'default_url_fetcher',

0 commit comments

Comments
 (0)