Skip to content

Commit

Permalink
Update CHANGELOG.md for v5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Jun 12, 2024
1 parent 760a93e commit 9d83d4b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <code@nyaruka.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion smartmin/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.0.4"
__version__ = "5.0.5"

0 comments on commit 9d83d4b

Please sign in to comment.