Skip to content

Commit

Permalink
Version 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Mar 27, 2015
1 parent 15da402 commit fed7b04
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 0.5
~~~~~~~~~~~

Released on 2015-03-27.

Don't crash on URLs with no hostname, including 'data:' URLs.


Version 0.4
~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion flask_weasyprint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
unicode = str


VERSION = '0.4'
VERSION = '0.5'
__all__ = ['VERSION', 'make_flask_url_dispatcher', 'make_url_fetcher',
'HTML', 'CSS', 'render_pdf']

Expand Down

0 comments on commit fed7b04

Please sign in to comment.