Skip to content

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nimasmi committed Oct 25, 2024
1 parent 81d9924 commit 31c11ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Changelog

## Unreleased
## 0.6.0 (2024-10-25)

### Features

- Drop support for Python 3.8
- Support Django 5.1
- Drop support for Django 3.2 and Django 4.1

### Development

- Fix dependency specification to allow use with combinations of Django 4.2 and Python >= 3.10
- Update supported versions of Django & Python

## 0.5.0 (2024-05-02)

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 = "django-gov-notify"
version = "0.5.0"
version = "0.6.0"
description = "A GOV.UK Notify flavoured Django email backend"
authors = ["Nick Smith <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 31c11ef

Please sign in to comment.