Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Jul 6, 2024
1 parent 8ec6560 commit c56b5f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.1.1] - 2024-07-06

- Fix SafeMIMEText.set_payload() crash on Python 3.13 ([#80](https://github.com/waynerv/flask-mailman/pull/80)).

## [1.1.0] - 2024-4-22

- Add configuration key `MAIL_SEND_OPTIONS` to support setting `mail_options` for `smtplib.SMTP.send_mail`
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Flask-Mailman"
version = "1.1.1-dev"
version = "1.1.1"
description = "Porting Django's email implementation to your Flask applications."
authors = ["Waynerv <ampedee@gmail.com>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit c56b5f5

Please sign in to comment.