Skip to content

Commit 779467e

Browse files
authored
chore(master): release 5.0.0 (#149)
1 parent 8ec4607 commit 779467e

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

docs/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/cdriehuys/django-rest-email-auth/compare/v4.0.3...v5.0.0) (2025-09-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop support for Python versions less than 3.9 and Django versions less than 4.2
9+
10+
### Features
11+
12+
* add support for Django 5.2 ([#148](https://github.com/cdriehuys/django-rest-email-auth/issues/148)) ([5f1489b](https://github.com/cdriehuys/django-rest-email-auth/commit/5f1489b39a61ce4320f9ac6dcf821d0b48070e46))
13+
14+
15+
### Documentation
16+
17+
* update contributing documentation ([#152](https://github.com/cdriehuys/django-rest-email-auth/issues/152)) ([8ec4607](https://github.com/cdriehuys/django-rest-email-auth/commit/8ec4607cddfc66e3a3956f06d8437c94c29b826e))
18+
319
## [4.0.3](https://github.com/cdriehuys/django-rest-email-auth/compare/v4.0.2...v4.0.3) (2024-06-19)
420

521

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exclude = '''
1717

1818
[tool.poetry]
1919
name = "django-rest-email-auth"
20-
version = "4.0.3"
20+
version = "5.0.0"
2121
description = "Django app for email based authentication and registration via a REST API."
2222
authors = ["Chathan Driehuys <[email protected]>"]
2323
license = "MIT"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def get_description():
99
setup(
1010
# Package meta-data
1111
name="django-rest-email-auth",
12-
version="4.0.3",
12+
version="5.0.0",
1313
description="Django app for email based authentication and registration.",
1414
long_description=get_description(),
1515
author="Chathan Driehuys",

0 commit comments

Comments
 (0)