From 0afce307648b4af15eb1530c05067101c7417c50 Mon Sep 17 00:00:00 2001 From: Jerome Leclanche Date: Sat, 22 May 2021 22:57:26 +0200 Subject: [PATCH] Release 2.4.4 --- docs/history/2_4_x.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/history/2_4_x.md b/docs/history/2_4_x.md index 3980611b8a..3bba65a889 100644 --- a/docs/history/2_4_x.md +++ b/docs/history/2_4_x.md @@ -1,3 +1,9 @@ +# dj-stripe 2.4.4 release notes (2021-05-22) + +- Fix syncing of tax IDs in management commands +- Set `default_auto_field` in migrations to prevent creation of extra migrations +- Misc test and documentation fixes + # dj-stripe 2.4.3 release notes (2021-02-08) - Fix webhook error when processing events that contain a reference to a deleted diff --git a/pyproject.toml b/pyproject.toml index d620926b19..d4fbd8ecaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dj-stripe" -version = "2.4.3" +version = "2.4.4" description = "Django + Stripe made easy" license = "MIT" authors = [