We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 389790d commit 4874f89Copy full SHA for 4874f89
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+v5.0.6 (2024-06-13)
2
+-------------------------
3
+ * Add related names and replace auto_now_add on user app models
4
+
5
v5.0.5 (2024-06-12)
6
-------------------------
7
* Support Python 3.12
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "smartmin"
-version = "5.0.5"
+version = "5.0.6"
description = "Scaffolding system for Django object management."
authors = ["Nyaruka Ltd <[email protected]>"]
readme = "README.md"
smartmin/__init__.py
@@ -1 +1 @@
-__version__ = "5.0.5"
+__version__ = "5.0.6"
0 commit comments