From 48261e3f71bdaead93916df0813f77f7b1e6e403 Mon Sep 17 00:00:00 2001 From: Chathan Driehuys Date: Sat, 20 Sep 2025 11:17:42 -0400 Subject: [PATCH] chore(master): release 5.0.1 --- docs/CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b57bc9e..7813c84 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.0.1](https://github.com/cdriehuys/django-rest-email-auth/compare/v5.0.0...v5.0.1) (2025-09-20) + + +### Documentation + +* fix readthedocs build ([#154](https://github.com/cdriehuys/django-rest-email-auth/issues/154)) ([5715e54](https://github.com/cdriehuys/django-rest-email-auth/commit/5715e549777d6dd83c25f5b7837b435883c787ad)) + ## [5.0.0](https://github.com/cdriehuys/django-rest-email-auth/compare/v4.0.3...v5.0.0) (2025-09-20) diff --git a/pyproject.toml b/pyproject.toml index b65fb81..ae3fc80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ exclude = ''' [tool.poetry] name = "django-rest-email-auth" -version = "5.0.0" +version = "5.0.1" description = "Django app for email based authentication and registration via a REST API." authors = ["Chathan Driehuys "] license = "MIT" diff --git a/setup.py b/setup.py index df83f36..b12ddd5 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def get_description(): setup( # Package meta-data name="django-rest-email-auth", - version="5.0.0", + version="5.0.1", description="Django app for email based authentication and registration.", long_description=get_description(), author="Chathan Driehuys",