Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Oct 3, 2023
1 parent e88b37f commit fb9f343
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@ Changelog
=========


Version 1.1.0
~~~~~~~~~~~~~

Released on 2023-10-03.

Drop support of Python 3.7, support Python 3.12. Requires Flask >= 2.3.0 and
WeasyPrint >= 53.0.

Allow extra rendering options in render_pdf().


Version 1.0.0
~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion flask_weasyprint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from werkzeug.test import Client, ClientRedirectError, EnvironBuilder
from werkzeug.wrappers import Response

VERSION = __version__ = '1.0.0'
VERSION = __version__ = '1.1.0'
DEFAULT_PORTS = (('http', 80), ('https', 443))


Expand Down

0 comments on commit fb9f343

Please sign in to comment.