From a1ff9d414c115f59ab27f0e9ce868df86880edfc Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sat, 8 Jan 2022 15:25:26 +0100 Subject: [PATCH] Version 54.0 --- docs/changelog.rst | 2 +- weasyprint/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 68c5a44bf..2d7402832 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,7 +5,7 @@ Changelog Version 54.0 ------------ -Not released yet. +Released on 2022-01-08. This version also includes the changes from unstable b1 version listed below. diff --git a/weasyprint/__init__.py b/weasyprint/__init__.py index 56a8961f4..8a17c6d63 100644 --- a/weasyprint/__init__.py +++ b/weasyprint/__init__.py @@ -16,7 +16,7 @@ import html5lib import tinycss2 -VERSION = __version__ = '54.0b1' +VERSION = __version__ = '54.0' __all__ = [ 'HTML', 'CSS', 'Attachment', 'Document', 'Page', 'default_url_fetcher',