From f90f20519ed1504c0bd7136a84b70f4cbfbf44b1 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Fri, 17 Jun 2016 14:09:59 +0200 Subject: [PATCH] Version 0.29 --- CHANGES | 5 ++++- weasyprint/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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