1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-09-11 12:46:15 +03:00

Version 53.2

This commit is contained in:
Guillaume Ayoub 2021-08-27 14:44:53 +02:00
parent c51bc60764
commit d30faf3738
2 changed files with 41 additions and 3 deletions

View File

@ -2,6 +2,46 @@ Changelog
=========
Version 53.2
------------
Released on 2021-08-27.
New features:
* `#1428 <https://github.com/Kozea/WeasyPrint/issues/1428>`_:
Re-add the ``make_bookmark_tree()`` method
Bug fixes:
* `#1429 <https://github.com/Kozea/WeasyPrint/issues/1429>`_:
Fix package deployed on PyPI
Contributors:
* Guillaume Ayoub
Backers and sponsors:
* Grip Angebotssoftware
* PDF Blocks
* SimonSoft
* Menutech
* Manuel Barkhau
* Simon Sapin
* KontextWork
* René Fritz
* Maykin Media
* NCC Group
* Des images et des mots
* Andreas Zettl
* Nathalie Gutton
* Tom Pohl
* Moritz Mahringer
* Florian Demmer
* Yanal-Yvez Fargialla
Version 53.1
------------
@ -18,8 +58,6 @@ Bug fixes:
Documentation:
* `#1420 <https://github.com/Kozea/WeasyPrint/issues/1420>`_:
Remove ``make_bookmark_tree`` from documentation
* `#1422 <https://github.com/Kozea/WeasyPrint/issues/1422>`_:
Include ``weasyprint.tools`` removal in documentation

View File

@ -16,7 +16,7 @@ import cssselect2
import html5lib
import tinycss2
VERSION = __version__ = '53.1'
VERSION = __version__ = '53.2'
__all__ = [
'HTML', 'CSS', 'Attachment', 'Document', 'Page', 'default_url_fetcher',