diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c53566..73f179d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +v5.0.7 (2024-06-26) +------------------------- + * Change default button name for update views to just Save + v5.0.6 (2024-06-13) ------------------------- * Add related names and replace auto_now_add on user app models diff --git a/pyproject.toml b/pyproject.toml index 4de1152..cc10f67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "smartmin" -version = "5.0.6" +version = "5.0.7" description = "Scaffolding system for Django object management." authors = ["Nyaruka Ltd "] readme = "README.md" diff --git a/smartmin/__init__.py b/smartmin/__init__.py index 599b2cd..988a7de 100644 --- a/smartmin/__init__.py +++ b/smartmin/__init__.py @@ -1 +1 @@ -__version__ = "5.0.6" +__version__ = "5.0.7"