From 6a622d09d7e8b1371d8815a93ccc24e278f01b67 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sun, 4 Feb 2018 16:38:14 +0100 Subject: [PATCH] Version 0.42.2 --- CHANGES | 11 +++++++++++ weasyprint/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 114bc7f6..9117115b 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,17 @@ Do not rely on future versions, development on the 0.x branch may be stopped at any moment. +Version 0.42.2 +-------------- + +Released on 2018-02-04. + +Bug fixes: + +* `#560 `_: + Fix a couple of crashes and endless loops when breaking lines. + + Version 0.42.1 -------------- diff --git a/weasyprint/__init__.py b/weasyprint/__init__.py index 20f75348..79af62f1 100644 --- a/weasyprint/__init__.py +++ b/weasyprint/__init__.py @@ -21,7 +21,7 @@ import cssselect2 import tinycss2 -VERSION = '0.42.1' +VERSION = '0.42.2' __version__ = VERSION # Used for 'User-Agent' in HTTP and 'Creator' in PDF