Skip to content

Commit

Permalink
Merge pull request #360 from alphagov/remove-bc-email
Browse files Browse the repository at this point in the history
 Remove backwards compatibility for email importing
  • Loading branch information
benvand authored Feb 23, 2018
2 parents afdb37d + 63ca037 commit 1c4e466
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Records breaking changes from major version bumps

## 34.0.0

PR: [#360](https://github.com/alphagov/digitalmarketplace-utils/pull/360)

Remove backwards compatibility for email importing. It is no longer required.

## 33.0.0

Reverting our usage of an interim alphagov fork of odfpy now that our patch has been merged into master and released.
Expand Down
2 changes: 1 addition & 1 deletion dmutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
import flask_featureflags # noqa


__version__ = '33.1.0'
__version__ = '34.0.0'
2 changes: 0 additions & 2 deletions dmutils/email/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
"""Allow accessing send email from email. Backwards compatibility."""
from dmutils.email.dm_mandrill import send_email
from dmutils.email.tokens import (
generate_token, decode_invitation_token, decode_password_reset_token
)
Expand Down

0 comments on commit 1c4e466

Please sign in to comment.