Skip to content

Commit

Permalink
Update CHANGELOG.md for v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Apr 17, 2024
1 parent afbeb60 commit 6d30b49
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
v5.0.1 (2024-04-17)
-------------------------
* Merge pull request #185 from nyaruka/dependabot/pip/sqlparse-0.5.0
* Bump sqlparse from 0.4.4 to 0.5.0
* Merge pull request #184 from nyaruka/dependabot/pip/pillow-10.3.0
* Bump pillow from 10.2.0 to 10.3.0
* Merge pull request #183 from nyaruka/dependabot/pip/black-24.3.0
* Merge pull request #182 from nyaruka/dependabot/pip/django-5.0.3
* Bump black from 23.11.0 to 24.3.0
* Bump django from 5.0 to 5.0.3
* Merge pull request #180 from nyaruka/dependabot/pip/pillow-10.2.0
* Bump pillow from 10.1.0 to 10.2.0

v5.0.0 (2023-12-06)
-------------------------
* Support django 5.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "smartmin"
version = "5.0.0"
version = "5.0.1"
description = "Scaffolding system for Django object management."
authors = ["Nyaruka Ltd <[email protected]>"]
readme = "README.md"
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__ = "5.0.0"
__version__ = "5.0.1"

0 comments on commit 6d30b49

Please sign in to comment.