Skip to content

Commit

Permalink
Update CHANGELOG.md for v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Dec 6, 2023
1 parent 3153316 commit ec514ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v5.0.0 (2023-12-06)
-------------------------
* Support django 5.0

v4.2.5 (2023-11-03)
-------------------------
* Merge pull request #178 from nyaruka/update-deps
Expand Down
2 changes: 1 addition & 1 deletion smartmin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import unicode_literals

__version__ = "2.3.0"
__version__ = "5.0.0"

0 comments on commit ec514ec

Please sign in to comment.