From 9d83d4bc4b625fe24a7d1e55898797b57732bfdb Mon Sep 17 00:00:00 2001 From: Rowan Seymour Date: Wed, 12 Jun 2024 15:03:22 -0500 Subject: [PATCH] Update CHANGELOG.md for v5.0.5 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- smartmin/__init__.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad2d413..7cc6c72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +v5.0.5 (2024-06-12) +------------------------- + * Support Python 3.12 + * Update password recovery link validity time to 1 hour + v5.0.4 (2024-06-11) ------------------------- * Rework perms again, this time to configure the perms for each app individually diff --git a/pyproject.toml b/pyproject.toml index 79047a5..6e58699 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "smartmin" -version = "5.0.4" +version = "5.0.5" description = "Scaffolding system for Django object management." authors = ["Nyaruka Ltd "] readme = "README.md" diff --git a/smartmin/__init__.py b/smartmin/__init__.py index af29f34..9fff231 100644 --- a/smartmin/__init__.py +++ b/smartmin/__init__.py @@ -1 +1 @@ -__version__ = "5.0.4" +__version__ = "5.0.5"