Skip to content

Commit 4874f89

Browse files
committed
Update CHANGELOG.md for v5.0.6
1 parent 389790d commit 4874f89

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -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+
15
v5.0.5 (2024-06-12)
26
-------------------------
37
* Support Python 3.12

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "smartmin"
3-
version = "5.0.5"
3+
version = "5.0.6"
44
description = "Scaffolding system for Django object management."
55
authors = ["Nyaruka Ltd <[email protected]>"]
66
readme = "README.md"

smartmin/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.0.5"
1+
__version__ = "5.0.6"

0 commit comments

Comments
 (0)