From 580cf366902ff7e82cd34e56a080564df29772f2 Mon Sep 17 00:00:00 2001 From: Rowan Seymour Date: Tue, 11 Jun 2024 14:30:41 -0500 Subject: [PATCH] Update CHANGELOG.md for v5.0.3 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- smartmin/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c2a634..5f7341b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +v5.0.3 (2024-06-11) +------------------------- + * Refactor permissions code + v5.0.2 (2024-05-16) ------------------------- * Add SMARTMIN_DEFAULT_MESSAGES setting to allow disabling of automatic messages for create and update views diff --git a/pyproject.toml b/pyproject.toml index 96eae5c..37d6677 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "smartmin" -version = "5.0.2" +version = "5.0.3" description = "Scaffolding system for Django object management." authors = ["Nyaruka Ltd "] readme = "README.md" diff --git a/smartmin/__init__.py b/smartmin/__init__.py index 3a223dd..4682e61 100644 --- a/smartmin/__init__.py +++ b/smartmin/__init__.py @@ -1 +1 @@ -__version__ = "5.0.2" +__version__ = "5.0.3"