Skip to content

Commit bc6f7e5

Browse files
committed
Update CHANGELOG.md for v5.1.1
1 parent 2a45a91 commit bc6f7e5

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.1.1 (2024-11-25)
2+
-------------------------
3+
* Smartmin doesn't concern itself with formax
4+
15
v5.1.0 (2024-08-16)
26
-------------------------
37
* Support Django 5.1

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.1.0"
3+
version = "5.1.1"
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.1.0"
1+
__version__ = "5.1.1"

0 commit comments

Comments
 (0)