Skip to content

Commit

Permalink
Bump major version, drop django 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pcraciunoiu committed Apr 19, 2024
1 parent fb5e1bc commit 6300cde
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGES.md
Expand Up @@ -23,6 +23,16 @@ Fixes:

## Current

**4.0.0**

Drops support for Django 2 and python 3.7

Pulls:
- https://github.com/django-ses/django-ses/pull/318
- https://github.com/django-ses/django-ses/pull/321

## Past

**3.6.0**

Fixes unicode surrogate issues from 3.11.9 and 3.12.3
Expand All @@ -34,8 +44,6 @@ Issues:

- https://github.com/django-ses/django-ses/issues/315

## Past

**3.5.1/3.5.2**

Double release because the wrong commit was tagged, sorry.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-ses"
version = "3.6.0"
version = "4.0.0"
description = "A Django email backend for Amazon's Simple Email Service (SES)"
authors = [
"Harry Marr <harry@hmarr.com>",
Expand Down

0 comments on commit 6300cde

Please sign in to comment.