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