Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Aug 19, 2022
1 parent feb1dc5 commit baabc7b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@ Changelog
=========


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

Released on 2022-08-18.

Drop support of Python 2, only support Python 3.7+. This requires Flask >=
2.0.0 and WeasyPrint 43.0.

Resend cookies of the original request received by Flask if a request is then
sent by WeasyPrint.


Version 0.6
~~~~~~~~~~~

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__ = '0.6'
VERSION = __version__ = '1.0.0'
DEFAULT_PORTS = (('http', 80), ('https', 443))


Expand Down

0 comments on commit baabc7b

Please sign in to comment.