Skip to content

Commit

Permalink
Update CHANGELOG.md for v5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Jul 11, 2024
1 parent 890f163 commit 8b2daf2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v5.0.8 (2024-07-11)
-------------------------
* Merge pull request #194 from nyaruka/update-deps
* Update deps

v5.0.7 (2024-06-26)
-------------------------
* Change default button name for update views to just Save
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.7"
version = "5.0.8"
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 +1 @@
__version__ = "5.0.7"
__version__ = "5.0.8"

0 comments on commit 8b2daf2

Please sign in to comment.