Skip to content

Commit

Permalink
Version 53.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Aug 22, 2021
1 parent 145546b commit a5b97e3
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,52 @@ Changelog
=========


Version 53.1
------------

Released on 2021-08-22.

Bug fixes:

* `#1409 <https://github.com/Kozea/WeasyPrint/issues/1409>`_:
Don’t crash when leaders are in floats
* `#1414 <https://github.com/Kozea/WeasyPrint/issues/1414>`_:
Embed images once
* `#1417 <https://github.com/Kozea/WeasyPrint/issues/1417>`_:
Fix crash with SVG intrinsic ratio

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

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.0
------------

Expand Down
2 changes: 1 addition & 1 deletion weasyprint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import html5lib
import tinycss2

VERSION = __version__ = '53.0'
VERSION = __version__ = '53.1'

__all__ = [
'HTML', 'CSS', 'Attachment', 'Document', 'Page', 'default_url_fetcher',
Expand Down

0 comments on commit a5b97e3

Please sign in to comment.