Skip to content

Commit

Permalink
Version 0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Dec 21, 2016
1 parent 18b1931 commit f53e8d0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@ WeasyPrint changelog
====================


Version 0.34
------------

Released on 2016-12-21.

Bug fixes:

* `#398 <https://github.com/Kozea/WeasyPrint/issues/398>`_:
Honor the presentational_hints option for PDFs.
* `#399 <https://github.com/Kozea/WeasyPrint/pull/399>`_:
Avoid CairoSVG-2.0.0rc* on Python 2.
* `#396 <https://github.com/Kozea/WeasyPrint/issues/396>`_:
Correctly close files open by mkstemp.
* `#403 <https://github.com/Kozea/WeasyPrint/issues/403>`_:
Cast the number of columns into int.
* Fix multi-page multi-columns and add related tests.


Version 0.33
------------

Expand Down
2 changes: 1 addition & 1 deletion weasyprint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import html5lib # noqa


VERSION = '0.33'
VERSION = '0.34'
__version__ = VERSION

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

0 comments on commit f53e8d0

Please sign in to comment.