Skip to content

Commit

Permalink
Release 2.4.3
Browse files Browse the repository at this point in the history
(cherry picked from commit bdb765f)
  • Loading branch information
jleclanche committed Feb 8, 2021
1 parent 898626e commit 59e0dbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/history/2_4_x.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# dj-stripe 2.4.3 release notes (unreleased)
# dj-stripe 2.4.3 release notes (2020-02-08)

- Fix webhook error when processing events that contain a reference to a deleted
payment method (such as a refund on a payment whose card has been detached or
removed)
- Fix a couple of regressions in `djstripe_sync_models` management command.

# dj-stripe 2.4.2 release notes (2020-01-24)

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 = "dj-stripe"
version = "2.4.2"
version = "2.4.3"
description = "Django + Stripe made easy"
license = "MIT"
authors = [
Expand Down

0 comments on commit 59e0dbf

Please sign in to comment.