From 73f8d1ec1e00c15a9b00c685888e27fe610bd14f Mon Sep 17 00:00:00 2001 From: Paul Craciunoiu Date: Thu, 27 Oct 2022 11:17:28 -0600 Subject: [PATCH] Bump patch version, update changelog --- CHANGES.md | 14 +++++++++++++- pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d4456c7..83d280c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -23,6 +23,19 @@ Fixes: ## Current +**3.2.1** + +Pulls: + - https://github.com/django-ses/django-ses/pull/263 + +Fixes: + - Support newer versions of cryptography (loosen required version) + Fixes #262. + +## Past + +**3.2.0** + Pulls: - https://github.com/django-ses/django-ses/pull/259 @@ -30,7 +43,6 @@ Fixes: - Use eventType and fall back to notificationType consistently for SES events. Fixes #174. -## Past **3.1.2** diff --git a/pyproject.toml b/pyproject.toml index e39cd2f..7f90218 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-ses" -version = "3.2.0" +version = "3.2.1" description = "A Django email backend for Amazon's Simple Email Service" authors = [ "Harry Marr ",