From 01c5e972b9ff0e7afc0024f1f81b05366474c381 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Fri, 29 Sep 2023 09:56:49 +0200 Subject: [PATCH] Version 60.1 --- docs/changelog.rst | 38 ++++++++++++++++++++++++++++++++++++++ weasyprint/__init__.py | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index fe5cdcbe0..71b2a5aa8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,44 @@ Changelog ========= +Version 60.1 +------------ + +Released on 2023-09-29. + +Bug fixes: + +* `#1973 `_: + Fix crash caused by wrong UTF-8 indices + +Contributors: + +* Guillaume Ayoub + +Backers and sponsors: + +* Spacinov +* Kobalt +* Grip Angebotssoftware +* Manuel Barkhau +* SimonSoft +* Menutech +* KontextWork +* NCC Group +* René Fritz +* Nicola Auchmuty +* Syslifters +* Hammerbacher +* TrainingSparkle +* Daniel Kucharski +* Healthchecks.io +* Yanal-Yvez Fargialla +* WakaTime +* Paheko +* Synapsium +* DocRaptor + + Version 60.0 ------------ diff --git a/weasyprint/__init__.py b/weasyprint/__init__.py index 5988d845c..ab5967898 100644 --- a/weasyprint/__init__.py +++ b/weasyprint/__init__.py @@ -13,7 +13,7 @@ import html5lib import tinycss2 -VERSION = __version__ = '60.0' +VERSION = __version__ = '60.1' #: Default values for command-line and Python API options. See #: :func:`__main__.main` to learn more about specific options for