Skip to content

Commit

Permalink
Tag v0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Jul 23, 2012
1 parent 4730e41 commit 1fa71a7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES
@@ -1,6 +1,17 @@
WeasyPrint changelog
====================

Version 0.13
------------

Released on 2012-07-23.

* Add support for PyGTK, as an alternative to PyGObject + introspection.
This should make WeasyPrint easier to run on platforms that not not have
packages for PyGObject 3.x yet.
* Bug fix: crash in PDF outlines for some malformed HTML documents


Version 0.12
------------

Expand Down
2 changes: 1 addition & 1 deletion weasyprint/__init__.py
Expand Up @@ -16,7 +16,7 @@
from __future__ import division, unicode_literals


VERSION = '0.12'
VERSION = '0.13'
__version__ = VERSION

# Used for 'User-Agent' in HTTP and 'Creator' in PDF
Expand Down

0 comments on commit 1fa71a7

Please sign in to comment.