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