Skip to content

Commit

Permalink
prepare for release v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
waynerv committed Jun 15, 2021
1 parent eead080 commit 51b24c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## 0.2.3
## [0.2.4] - 2021-06-15

### Added

- Tox and GitHub workflows to run test, staging and release automatically.

## [0.2.3]

### Added

Expand All @@ -10,13 +16,13 @@

- Drop support for Python 3.5(due to flask upgrade).

## 0.2.2
## [0.2.2]

### Changed

- Set `None` as the default value for the `from_email` and `recipient_list` of `send_mail()` function.

## 0.2.0
## [0.2.0]

A few breaking changes have been made in this version to ensure that API of this extension is basically the same as Django.
Users migrating from Flask-Mail should upgrade with caution.
Expand Down
4 changes: 0 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ tag = True
search = version = "{current_version}"
replace = version = "{new_version}"

[bumpversion:file:flask_mailman/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

[flake8]
max-line-length = 120
max-complexity = 18
Expand Down

0 comments on commit 51b24c7

Please sign in to comment.