Version 0.42.2

This commit is contained in:
Guillaume Ayoub 2018-02-04 16:38:14 +01:00
parent 2e5408c844
commit 6a622d09d7
2 changed files with 12 additions and 1 deletions

11
CHANGES
View File

@ -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 <https://github.com/Kozea/WeasyPrint/issues/560>`_:
Fix a couple of crashes and endless loops when breaking lines.
Version 0.42.1
--------------

View File

@ -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