diff --git a/CHANGES b/CHANGES index aad73d871..0105d1e1d 100644 --- a/CHANGES +++ b/CHANGES @@ -5,9 +5,12 @@ WeasyPrint changelog Version 0.29 ------------ -*Not released yet.* +Released on 2016-06-17. Bug fixes: + +* `#263: `_: + Don't crash with floats with percents in positions. * `#323: `_: Fix CairoSVG 2.0 pre-release dependency in Python 2.x. diff --git a/weasyprint/__init__.py b/weasyprint/__init__.py index 1bbe1ad70..85c4df574 100644 --- a/weasyprint/__init__.py +++ b/weasyprint/__init__.py @@ -19,7 +19,7 @@ import html5lib # noqa -VERSION = '0.28' +VERSION = '0.29' __version__ = VERSION # Used for 'User-Agent' in HTTP and 'Creator' in PDF