From d2e33977a65057521fdedf68948d21b60c551f5d Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Fri, 10 Sep 2021 14:23:32 +0200 Subject: [PATCH] Version 53.3 --- docs/changelog.rst | 41 +++++++++++++++++++++++++++++++++++++++++ weasyprint/__init__.py | 2 +- 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 99e35d7dda..7ebe0b1348 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,47 @@ Changelog ========= +Version 53.3 +------------ + +Released on 2021-09-10. + +Bug fixes: + +* `#1431 `_, + `#1440 `_: + Fix crashes and malformed PDF files +* `#1430 `_: + Handle cx and cy in SVG rotations +* `#1436 `_: + Fix marker-start being drawn on mid vertices + +Contributors: + +* Guillaume Ayoub +* Rian McGuire +* Lucie Anglade + +Backers and sponsors: + +* Grip Angebotssoftware +* SimonSoft +* Menutech +* Manuel Barkhau +* Simon Sapin +* KontextWork +* René Fritz +* Maykin Media +* NCC Group +* Des images et des mots +* Andreas Zettl +* Nathalie Gutton +* Tom Pohl +* Moritz Mahringer +* Florian Demmer +* Yanal-Yvez Fargialla + + Version 53.2 ------------ diff --git a/weasyprint/__init__.py b/weasyprint/__init__.py index 9209add429..eb73d62a39 100644 --- a/weasyprint/__init__.py +++ b/weasyprint/__init__.py @@ -16,7 +16,7 @@ import html5lib import tinycss2 -VERSION = __version__ = '53.2' +VERSION = __version__ = '53.3' __all__ = [ 'HTML', 'CSS', 'Attachment', 'Document', 'Page', 'default_url_fetcher',