Skip to content

Commit

Permalink
Update CHANGELOG.md for v5.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Jul 18, 2024
1 parent 84fe8e2 commit 4e6ad04
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v5.0.10 (2024-07-18)
-------------------------
* Revert "Update xlrd library"

v5.0.9 (2024-07-17)
-------------------------
* Update xlrd library
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.9"
version = "5.0.10"
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.9"
__version__ = "5.0.10"

0 comments on commit 4e6ad04

Please sign in to comment.