From c5c06e6c0161e35d95d8bb8e2e79cddf459f7061 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sun, 28 Aug 2016 16:25:35 +0200 Subject: [PATCH] Version 0.31 --- weasyprint/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weasyprint/__init__.py b/weasyprint/__init__.py index c3af10a5a..e475e6e38 100644 --- a/weasyprint/__init__.py +++ b/weasyprint/__init__.py @@ -19,7 +19,7 @@ import html5lib # noqa -VERSION = '0.30' +VERSION = '0.31' __version__ = VERSION # Used for 'User-Agent' in HTTP and 'Creator' in PDF