Skip to content

Commit c63aef5

Browse files
committed
Update CHANGELOG.md for v5.2.2
1 parent bb60186 commit c63aef5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v5.2.2 (2025-06-13)
2+
-------------------------
3+
* Make celery/redis dev only dependencies
4+
15
v5.2.1 (2025-06-10)
26
-------------------------
37
* Merge pull request #205 from nyaruka/dependabot/pip/django-5.1.10

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "smartmin"
3-
version = "5.2.1"
3+
version = "5.2.2"
44
description = "Scaffolding system for Django object management."
55
license = { text = "BSD" }
66
authors = [

smartmin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.2.1"
1+
__version__ = "5.2.2"

0 commit comments

Comments
 (0)