From 943cb3a09bb6e3744ccc0aaa2e18a4b13a24b630 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Fri, 23 Dec 2022 15:29:13 +0100 Subject: [PATCH] Version 57.2 --- docs/changelog.rst | 40 ++++++++++++++++++++++++++++++++++++++++ weasyprint/__init__.py | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index e90e34dbb..6e9fef967 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,46 @@ Changelog ========= +Version 57.2 +------------ + +Released on 2022-12-23. + +Bug fixes: + +* `0f2e377 `_: + Print annotations with PDF/A +* `0e9426f `_: + Hide annotations with PDF/UA +* `#1764 `_: + Use reference instead of stream for annotation appearance stream +* `#1783 `_: + Fix multiple font weights for @font-face declarations + +Contributors: + +* Guillaume Ayoub + +Backers and sponsors: + +* Grip Angebotssoftware +* Manuel Barkhau +* Crisp BV +* SimonSoft +* Menutech +* Spacinov +* KontextWork +* René Fritz +* NCC Group +* Kobalt +* Tom Pohl +* Castedo Ellerman +* Moritz Mahringer +* Piotr Horzycki +* Gábor Nyers +* Sidharth Kapur + + Version 57.1 ------------ diff --git a/weasyprint/__init__.py b/weasyprint/__init__.py index d0950565c..eb1b49871 100644 --- a/weasyprint/__init__.py +++ b/weasyprint/__init__.py @@ -13,7 +13,7 @@ import html5lib import tinycss2 -VERSION = __version__ = '57.1' +VERSION = __version__ = '57.2' __all__ = [ 'HTML', 'CSS', 'Attachment', 'Document', 'Page', 'default_url_fetcher',