Skip to content

Commit

Permalink
Version 60.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Sep 29, 2023
1 parent f5640de commit 01c5e97
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,44 @@ Changelog
=========


Version 60.1
------------

Released on 2023-09-29.

Bug fixes:

* `#1973 <https://github.com/Kozea/WeasyPrint/issues/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
------------

Expand Down
2 changes: 1 addition & 1 deletion weasyprint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01c5e97

Please sign in to comment.